update github-dev

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-11-19 13:14:24 -05:00
parent f88d96ab71
commit 575f5cb67f
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -10,7 +10,9 @@ RUN apk add --no-cache \
gnupg \
jq \
make \
musl-dev
musl-dev \
libseccomp-dev \
linux-headers
RUN go get golang.org/x/lint/golint
RUN go get honnef.co/go/tools/cmd/staticcheck