Skip to content

Commit

Permalink
Update nodejs.Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
djohts authored Dec 4, 2023
1 parent b662f49 commit d125c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodejs.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN curl -fLO https://github.com/oven-sh/bun/releases/download/bun-${BUN_VERSION
rm bun-linux-x64-baseline.zip

# Lib dependencies for puppeteer
RUN apt install -y libnss3 libxdamage1
RUN apt install -y libxdamage1 libgbm1

USER container
ENV USER container
Expand Down

0 comments on commit d125c82

Please sign in to comment.