Skip to content

Commit

Permalink
build: pass PUPPETEER_SKIP_CHROME_HEADLESS_SHELL_DOWNLOAD
Browse files Browse the repository at this point in the history
  • Loading branch information
Kikobeats committed Mar 18, 2024
1 parent ced65c8 commit 06b9506
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ ENV APP_DIR=/home/node/app
ENV LANG="C.UTF-8"
ENV CC=clang
ENV CXX=clang++
ENV PUPPETEER_SKIP_CHROME_HEADLESS_SHELL_DOWNLOAD=true

# install pnpm
RUN npm install -g pnpm
Expand Down

0 comments on commit 06b9506

Please sign in to comment.