Skip to content

Commit

Permalink
fix(docker): install browsers with playwright
Browse files Browse the repository at this point in the history
  • Loading branch information
raisedadead committed Sep 16, 2024
1 parent 41cb425 commit 4fa45fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/gitpod-fcc/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,4 +46,4 @@ RUN bash -c 'VERSION="20" \

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

RUN npx -y puppeteer browsers install chrome
RUN npx -y playwright install

0 comments on commit 4fa45fa

Please sign in to comment.