From 886fb1bf40f1d8d4967bf01f3fadfbe3adae9300 Mon Sep 17 00:00:00 2001 From: Tindy X <49061470+tindy2013@users.noreply.github.com> Date: Wed, 17 Feb 2021 13:17:24 +0800 Subject: [PATCH] Update Dockerfile --- scripts/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/Dockerfile b/scripts/Dockerfile index 9b726b7..282036b 100644 --- a/scripts/Dockerfile +++ b/scripts/Dockerfile @@ -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 && \