Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Robbilie authored Aug 13, 2024
1 parent 304b7f3 commit c312062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ RUN npm install -g gzipper
RUN npm install -g jest

RUN apk -U add --no-cache bash zip make gcc g++ python3 linux-headers paxctl gnupg
RUN apk -U add --no-cache openssl libc6-compat curl git chromium chromium-chromedriver xvfb
RUN apk -U add --no-cache openssl libc6-compat gcompat curl git chromium chromium-chromedriver xvfb
RUN apk -U add --no-cache gifsicle pngquant optipng libjpeg-turbo-utils udev ttf-opensans

ENV CHROME_BIN /usr/bin/chromium-browser
Expand Down

0 comments on commit c312062

Please sign in to comment.