FROM docker.internal.justin.tv/devtools/go1.10.6:latest

MAINTAINER DS Team <ds@twitch.tv>

WORKDIR /go/src/code.justin.tv/gds/gds

ENV GOPATH=/go

COPY extensions extensions
COPY golibs golibs
COPY vendor vendor

WORKDIR /go/src/code.justin.tv/gds/gds/extensions

RUN go test `go list ./...` --short
