fix build

This commit is contained in:
jxxghp 2023-06-07 17:44:57 +08:00
parent 428632729e
commit 4c6246578a

View File

@ -32,7 +32,8 @@ ENV LANG="C.UTF-8" \
DOUBAN_USER_IDS=""
WORKDIR ${WORKDIR}
COPY . .
RUN apt-get install musl-dev \
RUN apt-get update \
&& apt-get install musl-dev \
&& pip install cython \
&& pip install -r requirements.txt \
&& python_ver=$(python3 -V | awk '{print $2}') \