From e1a4cfdd2185e706c1ef421d9f176fad5b65c3f6 Mon Sep 17 00:00:00 2001 From: chishin Date: Wed, 5 Apr 2023 13:27:13 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8Ddnspod=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E8=AF=81=E4=B9=A6=E5=A4=B1=E8=B4=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile-zh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docker/Dockerfile-zh b/docker/Dockerfile-zh index b723540..24b0749 100644 --- a/docker/Dockerfile-zh +++ b/docker/Dockerfile-zh @@ -7,6 +7,8 @@ EXPOSE 80 81 443 RUN rm -rf /app/frontend COPY frontend/dist /app/frontend +RUN python3 -m pip install --upgrade pip && pip install certbot-dns-dnspod && pip install zope + WORKDIR /app VOLUME [ "/data", "/etc/letsencrypt" ]