Skip to content

Commit 16a5eb6

Browse files
committed
chore: add --ignore-scripts flag to npm install in Dockerfile
1 parent 8981cd9 commit 16a5eb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
3636
# Copy package manifests and install production dependencies
3737
# Layer is cached unless package.json changes
3838
COPY package*.json ./
39-
RUN npm install --omit=dev --no-audit --no-fund \
39+
RUN npm install --omit=dev --no-audit --no-fund --ignore-scripts \
4040
&& npm cache clean --force
4141

4242
# Download and extract Camoufox browser binary

0 commit comments

Comments
 (0)