add PUPPETEER_SKIP_DOWNLOAD

This commit is contained in:
Henry
2023-06-16 23:16:33 +01:00
parent 01e5e12e4e
commit 5e35918021
4 changed files with 7 additions and 3 deletions
+1
View File
@@ -6,6 +6,7 @@ RUN apk add --no-cache git
RUN apk add --no-cache python3 py3-pip make g++
# needed for pdfjs-dist
RUN apk add --no-cache build-base cairo-dev pango-dev
ENV PUPPETEER_SKIP_DOWNLOAD=true
# You can install a specific version like: flowise@1.0.0
RUN npm install -g flowise