fix dockerfile

This commit is contained in:
jxxghp 2023-06-07 13:38:18 +08:00
parent cb8160529f
commit 43ef13219c

View File

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