mirror of
https://github.com/xiaoxinpro/nginx-proxy-manager-zh.git
synced 2025-02-08 20:48:15 -05:00
zope指定setuptools版本
This commit is contained in:
parent
ad02c2a0df
commit
6046bfcdb2
@ -7,7 +7,7 @@ EXPOSE 80 81 443
|
|||||||
RUN rm -rf /app/frontend
|
RUN rm -rf /app/frontend
|
||||||
COPY frontend/dist /app/frontend
|
COPY frontend/dist /app/frontend
|
||||||
|
|
||||||
RUN pip install zope
|
RUN pip install --no-cache-dir "setuptools==58.0.0" zope
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user