fix dockerfile

This commit is contained in:
jxxghp 2023-06-07 13:12:03 +08:00
parent 826609b945
commit e47b4537c7

View File

@ -7,7 +7,6 @@ RUN apk add --no-cache --virtual .build-deps \
libxslt-dev \
&& ln -sf /usr/bin/python3 /usr/bin/python \
&& 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" \