mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-12 01:44:04 +00:00
fix lxml
This commit is contained in:
@ -1,4 +1,10 @@
|
||||
FROM python:3.8-alpine
|
||||
|
||||
RUN apk add --update --no-cache --virtual .build-deps \
|
||||
g++ \
|
||||
python-dev \
|
||||
libxml2 \
|
||||
libxml2-dev && \
|
||||
apk add libxslt-dev
|
||||
RUN pip3 install bandersnatch
|
||||
CMD /bin/bash
|
||||
|
Reference in New Issue
Block a user