Skip to content

Commit

Permalink
Add missing deps for chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
ZIMkaRU committed Jan 22, 2025
1 parent 3736d49 commit 62af8e6
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Dockerfile.worker
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,12 @@ RUN apk update && apk add --no-cache --virtual \
git \
openssh \
bash \
chromium
chromium \
nss \
freetype \
harfbuzz \
ca-certificates \
ttf-freefont

ENV PUPPETEER_EXECUTABLE_PATH=/usr/bin/chromium-browser

Expand Down

0 comments on commit 62af8e6

Please sign in to comment.