From 6046bfcdb2c05f02dbaa44d02b812664c98cff5e Mon Sep 17 00:00:00 2001 From: chishin Date: Wed, 5 Apr 2023 13:59:03 +0800 Subject: [PATCH] =?UTF-8?q?zope=E6=8C=87=E5=AE=9Asetuptools=E7=89=88?= =?UTF-8?q?=E6=9C=AC?= 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 3455ef9..063011e 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 pip install zope +RUN pip install --no-cache-dir "setuptools==58.0.0" zope WORKDIR /app