Skip to content

Commit

Permalink
Add npm to action Dockerfile (#176)
Browse files Browse the repository at this point in the history
  • Loading branch information
VaismanLior committed Oct 25, 2022
1 parent d63413b commit e55de85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -1,5 +1,5 @@
FROM ghcr.io/aquasecurity/trivy:0.31.2
COPY entrypoint.sh /
RUN apk --no-cache add bash curl
RUN apk --no-cache add bash curl npm
RUN chmod +x /entrypoint.sh
ENTRYPOINT ["/entrypoint.sh"]

0 comments on commit e55de85

Please sign in to comment.