diff --git a/Dockerfile b/Dockerfile index dcedff767..7961fda95 100644 --- a/Dockerfile +++ b/Dockerfile @@ -16,7 +16,7 @@ RUN set -x \ make \ nasm \ libpng-dev \ - python \ + python3 \ && npm install --production \ && apk del .build-dependencies