Skip to content

Commit

Permalink
fix(docker): install only chrome with playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Sep 16, 2024
1 parent b9887e9 commit b312ff1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docker/gitpod-fcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ LABEL org.opencontainers.image.source=https://github.com/freecodecamp/infra
LABEL org.opencontainers.image.description="A Gitpod image for the freeCodeCamp.org main repo."
LABEL org.opencontainers.image.licenses=BSD-3-Clause

# Install dependencies using Gitpod's install-packages script
RUN sudo install-packages \
# Core system libraries
ca-certificates libc6 libgcc1 libstdc++6 \
Expand Down Expand Up @@ -31,4 +32,4 @@ RUN bash -c 'VERSION="20" \

RUN echo "nvm use default &>/dev/null" >> ~/.bashrc.d/51-nvm-fix

RUN npx -y playwright install
RUN npx -y playwright install --with-deps chromium

0 comments on commit b312ff1

Please sign in to comment.