mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-22 09:01:09 +03:00
add PUPPETEER_SKIP_DOWNLOAD
This commit is contained in:
@@ -8,6 +8,7 @@ FROM node:18-alpine
|
||||
RUN apk add --update libc6-compat python3 make g++
|
||||
# needed for pdfjs-dist
|
||||
RUN apk add --no-cache build-base cairo-dev pango-dev
|
||||
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
||||
|
||||
WORKDIR /usr/src/packages
|
||||
|
||||
|
||||
Reference in New Issue
Block a user