Skip to content

Commit

Permalink
debug npm ci install
Browse files Browse the repository at this point in the history
  • Loading branch information
devxpy committed Jul 26, 2024
1 parent 7649280 commit 30a3b91
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# base node image
FROM node:20-bullseye-slim
FROM node:20-bookworm-slim

# Copied from https://github.com/puppeteer/puppeteer/blob/aefbde60d7993c37ca5289e034f3ca90945c20ff/docker/Dockerfile#L6
#
Expand All @@ -18,7 +18,7 @@ RUN apt-get update \
WORKDIR /app

COPY package.json package-lock.json ./
RUN npm i -g npm@latest && npm ci --verbose
RUN npm i -g npm@latest && npm ci --verbose --no-audit

ARG SENTRY_ORG
ENV SENTRY_ORG=$SENTRY_ORG
Expand Down

0 comments on commit 30a3b91

Please sign in to comment.