mirror of
https://github.com/tuna/tunasync-scripts.git
synced 2025-07-01 15:35:45 +00:00
Fix bandersnatch dockerfile: python-dev is deprecated in favor of python3-dev
This commit is contained in:
parent
448f280772
commit
dcaa9930fc
@ -3,7 +3,7 @@ FROM python:3.8-alpine
|
|||||||
RUN apk add --update --no-cache --virtual .build-deps \
|
RUN apk add --update --no-cache --virtual .build-deps \
|
||||||
g++ \
|
g++ \
|
||||||
bash \
|
bash \
|
||||||
python-dev \
|
python3-dev \
|
||||||
libxml2 \
|
libxml2 \
|
||||||
libxml2-dev && \
|
libxml2-dev && \
|
||||||
apk add libxslt-dev
|
apk add libxslt-dev
|
||||||
|
Loading…
x
Reference in New Issue
Block a user