FROM docker-registry.internal.justin.tv/devtools/go1.8.3:latest

MAINTAINER DS Team <ds@twitch.tv>

ENV GOPATH=/go

RUN go get github.com/handwritingio/autoreload
RUN apt-get update && apt-get install -y inotify-tools

ENTRYPOINT ["/gds/bin/entrypoint.sh"]
