fix github-dev

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-10-22 17:08:28 -04:00
parent 9f650c82a3
commit 6189677b24
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -12,7 +12,7 @@ RUN apk add --no-cache \
make \
musl-dev
RUN go get github.com/golang/lint/golint
RUN go get golang.org/x/lint/golint
RUN go get honnef.co/go/tools/cmd/staticcheck
# TODO: remove this eventually
RUN go get golang.org/x/crypto/ssh/terminal