Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
pheiduck authored Feb 18, 2024
2 parents 73ee920 + 00dc29c commit 252882a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down

0 comments on commit 252882a

Please sign in to comment.