diff --git a/Dockerfile b/Dockerfile index 1e20d6aa50e..6d90da1a5b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,6 +14,7 @@ ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true # Since 0.14.0 release of html-template chromium is needed for pdf generation. # More custom packages for specific template should not be added to this dockerfile. Instead, we should come up with some extensibility solution. RUN apk --update add git chromium && \ + apk add --no-cache --virtual .gyp python3 make g++ && \ rm -rf /var/lib/apt/lists/* && \ rm /var/cache/apk/*