diff --git a/Dockerfile b/Dockerfile index cf3b7ae3..d3e8e39e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -26,7 +26,7 @@ LABEL maintainer="OhMyForm " WORKDIR /usr/src/api -RUN apk --update --no-cache add curl bash g++ make libpng-dev +RUN apk --update --no-cache add curl bash g++ make libpng-dev python3 # install node-prune (https://github.com/tj/node-prune) RUN curl -sf https://gobinaries.com/tj/node-prune | sh