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