Skip to content

Commit 88d2a0e

Browse files
committed
fix lxml error
1 parent 3b0fe23 commit 88d2a0e

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

Dockerfile

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -15,19 +15,15 @@ RUN set -xe \
1515
curl \
1616
jq \
1717
libffi-dev \
18-
libxml2 \
19-
libxml2-dev \
20-
libxslt \
21-
libxslt-dev \
2218
mosquitto-clients \
2319
openssl-dev \
20+
py3-lxml \
2421
py3-pip \
2522
python3 \
2623
python3-dev \
2724
tzdata \
2825
&& pip3 config set global.break-system-packages true \
29-
&& pip3 install --no-binary lxml \
30-
aioxmpp \
26+
&& pip3 install --no-binary aioxmpp \
3127
appdirs \
3228
beautifulsoup4 \
3329
chump \
@@ -38,7 +34,6 @@ RUN set -xe \
3834
jsbeautifier \
3935
keyring \
4036
keyrings.alt \
41-
lxml \
4237
markdown2 \
4338
matrix_client \
4439
minidb \
@@ -51,8 +46,6 @@ RUN set -xe \
5146
&& pip3 install urlwatch==${URLWATCH_VERSION} \
5247
&& apk del build-base \
5348
libffi-dev \
54-
libxml2-dev \
55-
libxslt-dev \
5649
openssl-dev \
5750
python3-dev \
5851
&& echo '*/30 * * * * cd /root/.urlwatch && urlwatch --urls urls.yaml --config urlwatch.yaml --hooks hooks.py --cache cache.db' | crontab -

0 commit comments

Comments
 (0)