We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0ed6d66 commit d9124c5Copy full SHA for d9124c5
Dockerfile
@@ -1,7 +1,7 @@
1
FROM alpine:3.8
2
RUN apk --no-cache add ca-certificates
3
COPY cain /usr/local/bin/cain
4
-RUN addgroup -g 1001 -S skbn \
+RUN addgroup -g 1001 -S cain \
5
&& adduser -u 1001 -D -S -G cain cain
6
USER cain
7
WORKDIR /home/cain
0 commit comments