Skip to content

Commit

Permalink
feat: add curl
Browse files Browse the repository at this point in the history
  • Loading branch information
JavierCane authored Jan 6, 2023
1 parent 94311b8 commit e796c2b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ RUN apk add --no-cache \
freetype \
harfbuzz \
ttf-freefont \
yarn
yarn \
curl

# Tell Puppeteer to skip installing Chrome. We'll be using the installed package.
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true \
Expand Down

0 comments on commit e796c2b

Please sign in to comment.