Skip to content
This repository has been archived by the owner on Sep 10, 2021. It is now read-only.

Commit

Permalink
Merge pull request #134 from asafpelegcodes/master
Browse files Browse the repository at this point in the history
Fix error when running jest-puppeteer on CI
  • Loading branch information
jj-bk authored Mar 18, 2021
2 parents 9e0c757 + 2191ebe commit 1e456d0
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 @@ -5,7 +5,7 @@

FROM node:14.15.4-buster-slim@sha256:c8b73b9968457ee4969050955031efe0943d7770e38eeec2943debefd4d28cfd
RUN apt-get update \
&& apt-get install -y wget gnupg ca-certificates \
&& apt-get install -y wget gnupg ca-certificates procps \
&& wget -q -O - https://dl-ssl.google.com/linux/linux_signing_key.pub | apt-key add - \
&& sh -c 'echo "deb [arch=amd64] http://dl.google.com/linux/chrome/deb/ stable main" >> /etc/apt/sources.list.d/google.list' \
&& apt-get update \
Expand Down

0 comments on commit 1e456d0

Please sign in to comment.