Skip to content

Commit cd4a706

Browse files
committed
update
1 parent 876463d commit cd4a706

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ RUN set -xe \
2121
libxslt-dev \
2222
mosquitto-clients \
2323
openssl-dev \
24+
py3-pip \
2425
python3 \
2526
python3-dev \
2627
tzdata \
27-
&& rm -vf /usr/lib/python3.12/EXTERNALLY-MANAGED \
28-
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
28+
&& pip3 config set global.break-system-packages true \
2929
&& pip3 install --no-binary lxml \
3030
aioxmpp \
3131
appdirs \

0 commit comments

Comments
 (0)