zope指定setuptools版本

This commit is contained in:
chishin 2023-04-05 13:59:03 +08:00
parent ad02c2a0df
commit 6046bfcdb2

View File

@ -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