Fix bandersnatch dockerfile: python-dev is deprecated in favor of python3-dev

This commit is contained in:
jiegec 2020-11-23 13:31:46 +08:00
parent 448f280772
commit dcaa9930fc

View File

@ -3,7 +3,7 @@ FROM python:3.8-alpine
RUN apk add --update --no-cache --virtual .build-deps \
g++ \
bash \
python-dev \
python3-dev \
libxml2 \
libxml2-dev && \
apk add libxslt-dev