Skip to content

Commit

Permalink
Get rid of vulnerabilities in dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
shulkaolka committed Feb 10, 2023
1 parent 9836a22 commit bbfde2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -9,7 +9,7 @@ COPY README.md README.md

FROM base AS dependencies
RUN apk update && apk add --no-cache \
python \
python3 \
g++ \
make
RUN npm install --production
Expand Down

0 comments on commit bbfde2a

Please sign in to comment.