Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Dec 13, 2024
1 parent 876463d commit cd4a706
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ RUN set -xe \
libxslt-dev \
mosquitto-clients \
openssl-dev \
py3-pip \
python3 \
python3-dev \
tzdata \
&& rm -vf /usr/lib/python3.12/EXTERNALLY-MANAGED \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 config set global.break-system-packages true \
&& pip3 install --no-binary lxml \
aioxmpp \
appdirs \
Expand Down

0 comments on commit cd4a706

Please sign in to comment.