mirror of
https://github.com/acmesh-official/acme.sh.git
synced 2025-12-15 15:04:01 +08:00
Merge pull request #2569 from johannrichard/patch-1
Add openssh package for ssh.sh deploy support
This commit is contained in:
@@ -3,6 +3,7 @@ FROM alpine:3.10
|
||||
RUN apk update -f \
|
||||
&& apk --no-cache add -f \
|
||||
openssl \
|
||||
openssh-client \
|
||||
coreutils \
|
||||
bind-tools \
|
||||
curl \
|
||||
|
||||
Reference in New Issue
Block a user