1 parent f1646da commit 8b9b217Copy full SHA for 8b9b217
1 file changed
Dockerfile
@@ -36,10 +36,10 @@ RUN apk -U add --no-cache \
36
git \
37
grep \
38
py3-pip \
39
+ py3-wheel \
40
python3 \
41
shadow \
- tzdata && \
42
- python3 -m pip install --no-cache-dir --upgrade pip wheel
+ tzdata
43
44
# add s6-overlay scripts and config
45
ADD root/ /
@@ -58,7 +58,7 @@ ENV PATH=/opt/cloudplow:${PATH}
58
RUN git config pull.ff only
59
60
# install pip requirements
61
-RUN python3 -m pip install --no-cache-dir --upgrade -r requirements.txt
+RUN python3 -m pip install --no-cache-dir --upgrade --break-system-packages -r requirements.txt
62
63
ENTRYPOINT ["/bin/sh", "-c"]
64
CMD ["/init"]
0 commit comments