update github-dev

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-25 00:22:39 -04:00
parent 55b6ddc62a
commit 7948c6a915
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -8,7 +8,11 @@ RUN apk add --no-cache \
gcc \ gcc \
git \ git \
jq \ jq \
make make \
musl-dev
RUN go get github.com/golang/lint/golint
RUN go get honnef.co/go/tools/cmd/staticcheck
ENV GO111MODULE on ENV GO111MODULE on