Skip to content

Commit

Permalink
Merge pull request #10845 from camptocamp/audit-2.7
Browse files Browse the repository at this point in the history
Fix CVE
  • Loading branch information
sbrunner authored Dec 7, 2023
2 parents a74e3a6 + 87878a9 commit 9cc3ef3
Show file tree
Hide file tree
Showing 3 changed files with 444 additions and 166 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,7 @@ COPY bin/npm-packages /usr/bin/
WORKDIR /opt/c2cgeoportal/geoportal
COPY geoportal/package.json ./

ENV PUPPETEER_CACHE_DIR=/opt
# hadolint ignore=SC2046,DL3016
RUN npm --no-optional --unsafe-perm --no-package-lock install && \
npm cache clear --force && \
Expand Down
Loading

0 comments on commit 9cc3ef3

Please sign in to comment.