Skip to content

Commit

Permalink
fix: puppeteer should download its bundled browser when installing
Browse files Browse the repository at this point in the history
  • Loading branch information
matthieu-foucault committed Oct 30, 2020
1 parent 463f11c commit 0012510
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ LABEL summary="$SUMMARY" \
maintainer="Matthieu Foucault <matthieu@button.is>"

RUN apt-get update && \
apt-get install -y git gnupg curl chromium && \
apt-get install -y git gnupg curl && \
apt-get clean

ENV USER_ID=1001
Expand Down Expand Up @@ -42,7 +42,7 @@ RUN asdf install
RUN asdf reshim

ENV NODE_ENV=production
RUN PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=1 CYPRESS_INSTALL_BINARY=0 \
RUN CYPRESS_INSTALL_BINARY=0 \
yarn install --frozen-lockfile --production=false && \
yarn build:relay && \
yarn build:next && \
Expand Down

0 comments on commit 0012510

Please sign in to comment.