Merge pull request #2569 from johannrichard/patch-1

Add openssh package for ssh.sh deploy support
This commit is contained in:
neil 2019-11-02 14:21:45 +08:00 committed by GitHub
commit f67a9d2de1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ FROM alpine:3.10
RUN apk update -f \
&& apk --no-cache add -f \
openssl \
openssh-client \
coreutils \
bind-tools \
curl \