From ad02c2a0df1e080da378895b8baee08a39a87700 Mon Sep 17 00:00:00 2001 From: chishin Date: Wed, 5 Apr 2023 13:48:07 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E5=86=97=E4=BD=99=E9=85=8D?= =?UTF-8?q?=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile-zh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docker/Dockerfile-zh b/docker/Dockerfile-zh index 24b0749..3455ef9 100644 --- a/docker/Dockerfile-zh +++ b/docker/Dockerfile-zh @@ -7,7 +7,7 @@ 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 +RUN pip install zope WORKDIR /app