Skip to content

Commit

Permalink
Optimize CI docker image building
Browse files Browse the repository at this point in the history
  • Loading branch information
izelnakri committed Jul 13, 2023
1 parent fd6ffeb commit 5992a85
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
FROM node:20.4.0-slim

ENV PUPPETEER_SKIP_DOWNLOAD=true CHROME_BIN=/usr/bin/google-chrome-stable

RUN apt-get update \
&& apt-get install -y wget gnupg \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
Expand Down

0 comments on commit 5992a85

Please sign in to comment.