Skip to content

Commit

Permalink
ignore scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
sMeilbeck committed Sep 20, 2024
1 parent efb2d8a commit af4b63f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ RUN add-apt-repository "deb [arch=amd64] https://packages.microsoft.com/repos/ed
RUN apt-get update && apt-get install -qq -y microsoft-edge-stable

# Install msedgedriver
RUN npm install -g edgedriver
RUN npm install --ignore-scripts -g edgedriver

# Show Edge and EdgeDriver version
RUN microsoft-edge --version
Expand Down
2 changes: 1 addition & 1 deletion backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ RUN cat latest_stable.txt
# fi

# Install msedgedriver
RUN npm install -g edgedriver
RUN npm install --ignore-scripts -g edgedriver

# Show Edge and EdgeDriver version
RUN microsoft-edge --version
Expand Down

0 comments on commit af4b63f

Please sign in to comment.