remove bendcode

This commit is contained in:
jxxghp
2023-06-09 21:45:44 +08:00
parent 1558613772
commit 64713f45f1
5 changed files with 40 additions and 56 deletions

View File

@ -37,7 +37,6 @@ WORKDIR ${WORKDIR}
COPY . .
RUN apt-get update \
&& apt-get -y install musl-dev \
&& pip install cython \
&& pip install -r requirements.txt \
&& python_ver=$(python3 -V | awk '{print $2}') \
&& echo "${WORKDIR}/" > /usr/local/lib/python${python_ver%.*}/site-packages/app.pth \