Workaround CVE-2023-42282 (#847)

This commit is contained in:
Philip H 2024-02-18 22:55:32 +01:00 committed by GitHub
commit 252882a41c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -25,6 +25,9 @@ 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 \