fix dockerfile

This commit is contained in:
jxxghp 2023-06-07 13:09:24 +08:00
parent 3d25812b5c
commit 7d7fff847b

View File

@ -6,7 +6,6 @@ RUN apk add --no-cache --virtual .build-deps \
libxml2-dev \
libxslt-dev \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& chmod +x /usr/bin/mc \
&& pip install --upgrade pip setuptools wheel \
&& pip install cython \
&& apk del --purge .build-deps \