We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 876463d commit cd4a706Copy full SHA for cd4a706
Dockerfile
@@ -21,11 +21,11 @@ RUN set -xe \
21
libxslt-dev \
22
mosquitto-clients \
23
openssl-dev \
24
+ py3-pip \
25
python3 \
26
python3-dev \
27
tzdata \
- && rm -vf /usr/lib/python3.12/EXTERNALLY-MANAGED \
28
- && curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
+ && pip3 config set global.break-system-packages true \
29
&& pip3 install --no-binary lxml \
30
aioxmpp \
31
appdirs \
0 commit comments