Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Changing how unsafe permissions are allowed.
  • Loading branch information
mariacha committed Dec 23, 2024
commit a926f113071afa8dc1635d1997d6a3fd93565424
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ RUN apk add -U --no-cache --allow-untrusted chromium
# Add packages and settings for screener.io automated visual regression testing
RUN apk add --update jq
RUN apk add -U --no-cache nghttp2-dev npm
RUN npm config set unsafe-perm=true
ENV NPM_CONFIG_UNSAFE_PERM=true
ENV NODE_PATH /usr/lib/node_modules
RUN npm install dotenv@latest --global
RUN npm install screener-runner@latest --global
Expand Down