Владимир Томишинец 5 years ago
parent
commit
e042556225
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -18,7 +18,7 @@ COPY ./entrypoint.sh /entrypoint.sh
 RUN mkdir -p /etc/acme-dns && mkdir -p /var/lib/acme-dns && mkdir /etc/letsencrypt \
     && rm -rf ./config.cfg \
     && apk --no-cache add ca-certificates && update-ca-certificates \
-    && apk --no-cache add py-requests certbot curl python2 sqlite bash git \
+    && apk --no-cache add py-requests certbot curl python2 sqlite bash git openssh-client \
     && curl -o /etc/letsencrypt/acme-dns-auth.py \
 	https://raw.githubusercontent.com/joohoi/acme-dns-certbot-joohoi/master/acme-dns-auth.py \
     && chmod 0700 /etc/letsencrypt/acme-dns-auth.py