fix dockerfile

This commit is contained in:
jxxghp 2023-06-07 13:15:57 +08:00
parent bf01ccc5a3
commit f48e85c4f9

View File

@ -5,7 +5,7 @@ RUN apk add --no-cache --virtual .build-deps \
musl-dev \
libxml2-dev \
libxslt-dev \
python3-dev \
python3 \
py3-pip \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& pip install --upgrade pip setuptools wheel \