Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
vimagick committed Nov 8, 2024
1 parent 29ec88f commit fa270ae
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ RUN set -xe \
python3 \
python3-dev \
tzdata \
&& rm -vf /usr/lib/python3.12/EXTERNALLY-MANAGED \
&& curl -sSL https://bootstrap.pypa.io/get-pip.py | python3 \
&& pip3 install --no-binary lxml \
aioxmpp \
Expand All @@ -46,7 +47,7 @@ RUN set -xe \
pytz \
pyyaml \
requests \
&& sed -i '/if "proxies" not in kwargs:$/s//if True:/' /usr/lib/python3.11/site-packages/requests/sessions.py \
&& sed -i '/if "proxies" not in kwargs:$/s//if True:/' /usr/lib/python3.12/site-packages/requests/sessions.py \
&& pip3 install urlwatch==${URLWATCH_VERSION} \
&& apk del build-base \
libffi-dev \
Expand Down

0 comments on commit fa270ae

Please sign in to comment.