diff --git a/github-dev/Dockerfile b/github-dev/Dockerfile index cf39d87..8f664c6 100644 --- a/github-dev/Dockerfile +++ b/github-dev/Dockerfile @@ -13,6 +13,7 @@ RUN apk add --no-cache \ RUN go get github.com/golang/lint/golint RUN go get honnef.co/go/tools/cmd/staticcheck +# TODO: remove this eventually RUN go get golang.org/x/crypto/ssh/terminal COPY upload-assets /usr/bin/upload-assets