Skip to content

Commit

Permalink
Merge pull request #3147 from metacpan/haarg/no-audit-fix
Browse files Browse the repository at this point in the history
Remove audit fix during docker build
  • Loading branch information
haarg authored Aug 5, 2024
2 parents 398494c + cde91e3 commit 2d56356
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN \
--mount=type=cache,target=/root/.npm,sharing=private \
<<EOT
npm install --verbose
npm audit fix
EOT

# not supported yet
Expand Down Expand Up @@ -104,7 +103,6 @@ RUN \
--mount=type=cache,target=/root/.npm,sharing=private \
<<EOT
npm install --verbose --include=dev
npm audit fix
EOT

RUN \
Expand Down

0 comments on commit 2d56356

Please sign in to comment.