Skip to content

Commit

Permalink
CI
Browse files Browse the repository at this point in the history
  • Loading branch information
hotzenklotz authored Oct 18, 2024
1 parent 9628ad5 commit 7ad6b78
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions puppeteer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM node:18-slim

WORKDIR /usr/app

# Override the default yarn v1.22 version as shipped by the baseline node:18-slim image
ENV YARN_VERSION 4.4.1
RUN yarn policies set-version $YARN_VERSION

# Install latest chrome dev package and fonts to support major charsets (Chinese, Japanese, Arabic, Hebrew, Thai and a few others)
# Note: this installs the necessary libs to make the bundled version of Chromium that Puppeteer
# installs, work.
Expand Down

0 comments on commit 7ad6b78

Please sign in to comment.