add ssh terminal

Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
This commit is contained in:
Jess Frazelle 2018-09-25 01:22:36 -04:00
parent 9267931b8c
commit 38505ce4d5
No known key found for this signature in database
GPG Key ID: 18F3685C0022BFF3

View File

@ -13,6 +13,7 @@ RUN apk add --no-cache \
RUN go get github.com/golang/lint/golint RUN go get github.com/golang/lint/golint
RUN go get honnef.co/go/tools/cmd/staticcheck RUN go get honnef.co/go/tools/cmd/staticcheck
RUN go get golang.org/x/crypto/ssh/terminal
COPY upload-assets /usr/bin/upload-assets COPY upload-assets /usr/bin/upload-assets
COPY release-email-notification /usr/bin/release-email-notification COPY release-email-notification /usr/bin/release-email-notification