1
0
mirror of https://github.com/goreleaser/goreleaser.git synced 2025-03-17 20:47:50 +02:00

feat: adds openssh-client to docker images (#3077)

closes #3076

Signed-off-by: Carlos A Becker <caarlos0@gmail.com>
This commit is contained in:
Carlos Alexandro Becker 2022-04-29 09:32:24 -03:00 committed by GitHub
parent 2b2ad7c2a7
commit e31c49d4f6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -8,6 +8,7 @@ RUN apk add --no-cache bash \
gpg \
mercurial \
make \
openssh-client \
build-base \
tini