fix dockerfile

This commit is contained in:
jxxghp
2023-06-07 13:11:49 +08:00
parent 7d7fff847b
commit 826609b945

View File

@ -6,8 +6,8 @@ RUN apk add --no-cache --virtual .build-deps \
libxml2-dev \
libxslt-dev \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& pip install --upgrade pip setuptools wheel \
&& pip install cython \
&& python -m pip install --upgrade pip setuptools wheel \
&& python -m pip install cython \
&& apk del --purge .build-deps \
&& rm -rf /tmp/* /root/.cache /var/cache/apk/*
ENV LANG="C.UTF-8" \