Update Dockerfile

This commit is contained in:
Tindy X
2021-02-17 13:17:24 +08:00
parent c826be47fc
commit 886fb1bf40

View File

@@ -10,7 +10,6 @@ RUN apk add --no-cache --virtual .build-tools git g++ build-base linux-headers c
make -C src-tools && \
python2 -m ensurepip && \
pip2 install PyYAML --no-cache-dir && \
mkdir dist && \
python2 util/dist.py --output-directory dist && \
cd dist/src && \
cc -c -O3 -o duktape.o duktape.c && \