Browse Source
Merge pull request #2569 from johannrichard/patch-1
Add openssh package for ssh.sh deploy support
pull/2571/head
neil
5 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
Dockerfile
|
@ -3,6 +3,7 @@ FROM alpine:3.10 |
|
|
RUN apk update -f \ |
|
|
RUN apk update -f \ |
|
|
&& apk --no-cache add -f \ |
|
|
&& apk --no-cache add -f \ |
|
|
openssl \ |
|
|
openssl \ |
|
|
|
|
|
openssh-client \ |
|
|
coreutils \ |
|
|
coreutils \ |
|
|
bind-tools \ |
|
|
bind-tools \ |
|
|
curl \ |
|
|
curl \ |
|
|