Browse Source

revert: workaround CVE-2023-42282

needed in PR https://github.com/wg-easy/wg-easy/pull/797
pull/797/head
Philip H 2 years ago
committed by GitHub
parent
commit
06674a52dd
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 3
      Dockerfile

3
Dockerfile

@ -25,9 +25,6 @@ RUN mv /app/node_modules /node_modules
# Enable this to run `npm run serve`
RUN npm i -g nodemon
# Workaround CVE-2023-42282
RUN npm uninstall -g ip
# Install Linux packages
RUN apk add --no-cache \
dpkg \

Loading…
Cancel
Save