We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8981cd9 commit 16a5eb6Copy full SHA for 16a5eb6
Dockerfile
@@ -36,7 +36,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
36
# Copy package manifests and install production dependencies
37
# Layer is cached unless package.json changes
38
COPY package*.json ./
39
-RUN npm install --omit=dev --no-audit --no-fund \
+RUN npm install --omit=dev --no-audit --no-fund --ignore-scripts \
40
&& npm cache clean --force
41
42
# Download and extract Camoufox browser binary
0 commit comments