mirror of
https://github.com/plantroon/acme.sh.git
synced 2024-12-22 05:01:40 +00:00
Merge pull request #2569 from johannrichard/patch-1
Add openssh package for ssh.sh deploy support
This commit is contained in:
commit
f67a9d2de1
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user