Skip to content

Commit

Permalink
Change to root user
Browse files Browse the repository at this point in the history
  • Loading branch information
gregbell26 committed Jul 3, 2024
1 parent 92a5cd9 commit a84f3d8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ RUN npm run bundle

FROM ghcr.io/puppeteer/puppeteer:22.10.0 AS dist

USER root

RUN apt-get install -y libgbm-dev xvfb

COPY --from=builder /app/dist /dist
Expand Down

0 comments on commit a84f3d8

Please sign in to comment.