We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f17a9c1 commit d867a62Copy full SHA for d867a62
Dockerfile
@@ -30,6 +30,8 @@ RUN apk update
30
RUN apk upgrade
31
RUN apk --no-cache add dumb-init skopeo curl bash python3
32
33
+RUN npm install -g [email protected]
34
+
35
RUN addgroup -S -g 10001 snyk
36
RUN adduser -S -G snyk -h /srv/app -u 10001 snyk
37
0 commit comments