fix build
This commit is contained in:
parent
4c6246578a
commit
b6ae0886af
@ -33,7 +33,7 @@ ENV LANG="C.UTF-8" \
|
|||||||
WORKDIR ${WORKDIR}
|
WORKDIR ${WORKDIR}
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install musl-dev \
|
&& apt-get -y install musl-dev \
|
||||||
&& pip install cython \
|
&& pip install cython \
|
||||||
&& pip install -r requirements.txt \
|
&& pip install -r requirements.txt \
|
||||||
&& python_ver=$(python3 -V | awk '{print $2}') \
|
&& python_ver=$(python3 -V | awk '{print $2}') \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user