Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
Signed-off-by: a76yyyy <[email protected]>
  • Loading branch information
a76yyyy authored Feb 8, 2024
1 parent 5b49156 commit e9e5d82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.ustc.edu.cn/g' /etc/apk/repositorie
sed -i '/install_package_data/d' setup.py && \
sed -i '/install_requires/d' setup.py && \
sed -i '/python_requires/d' setup.py && \
pip install --no-cache-dir --compile . && \
pip install --no-cache-dir --compile --break-system-packages . && \
cd / && rm -rf /ddddocr && \
apk del .build_deps; \
} || { \
Expand Down

0 comments on commit e9e5d82

Please sign in to comment.