mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-29 07:01:04 +03:00
Merge pull request #350 from FlowiseAI/bugfix/Puppeteer-Chromium
bugfix/PUPPETEER_SKIP_DOWNLOAD
This commit is contained in:
@@ -19,7 +19,8 @@ jobs:
|
|||||||
platform: [ubuntu-latest]
|
platform: [ubuntu-latest]
|
||||||
node-version: [18.15.0]
|
node-version: [18.15.0]
|
||||||
runs-on: ${{ matrix.platform }}
|
runs-on: ${{ matrix.platform }}
|
||||||
|
env:
|
||||||
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
- name: Use Node.js ${{ matrix.node-version }}
|
- name: Use Node.js ${{ matrix.node-version }}
|
||||||
|
|||||||
@@ -7,12 +7,13 @@ on:
|
|||||||
|
|
||||||
pull_request:
|
pull_request:
|
||||||
branches:
|
branches:
|
||||||
- "*"
|
- '*'
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
|
env:
|
||||||
|
PUPPETEER_SKIP_DOWNLOAD: true
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v3
|
- uses: actions/checkout@v3
|
||||||
|
|
||||||
|
|||||||
@@ -8,6 +8,7 @@ FROM node:18-alpine
|
|||||||
RUN apk add --update libc6-compat python3 make g++
|
RUN apk add --update libc6-compat python3 make g++
|
||||||
# needed for pdfjs-dist
|
# needed for pdfjs-dist
|
||||||
RUN apk add --no-cache build-base cairo-dev pango-dev
|
RUN apk add --no-cache build-base cairo-dev pango-dev
|
||||||
|
ENV PUPPETEER_SKIP_DOWNLOAD=true
|
||||||
|
|
||||||
WORKDIR /usr/src/packages
|
WORKDIR /usr/src/packages
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,7 @@ RUN apk add --no-cache git
|
|||||||
RUN apk add --no-cache python3 py3-pip make g++
|
RUN apk add --no-cache python3 py3-pip make g++
|
||||||
# needed for pdfjs-dist
|
# needed for pdfjs-dist
|
||||||
RUN apk add --no-cache build-base cairo-dev pango-dev
|
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
|
# You can install a specific version like: flowise@1.0.0
|
||||||
RUN npm install -g flowise
|
RUN npm install -g flowise
|
||||||
|
|||||||
Reference in New Issue
Block a user