mirror of
https://github.com/MetaCubeX/subconverter.git
synced 2025-11-04 18:19:42 +08:00
Update Dockerfile
This commit is contained in:
parent
c826be47fc
commit
886fb1bf40
@ -10,7 +10,6 @@ RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers c
|
|||||||
make -C src-tools && \
|
make -C src-tools && \
|
||||||
python2 -m ensurepip && \
|
python2 -m ensurepip && \
|
||||||
pip2 install PyYAML --no-cache-dir && \
|
pip2 install PyYAML --no-cache-dir && \
|
||||||
mkdir dist && \
|
|
||||||
python2 util/dist.py --output-directory dist && \
|
python2 util/dist.py --output-directory dist && \
|
||||||
cd dist/src && \
|
cd dist/src && \
|
||||||
cc -c -O3 -o duktape.o duktape.c && \
|
cc -c -O3 -o duktape.o duktape.c && \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user