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 e1ee510 commit a24cabbCopy full SHA for a24cabb
Dockerfile
@@ -44,7 +44,7 @@ COPY --from=builder /workspace/source-controller /usr/local/bin/
44
# https://github.com/gliderlabs/docker-alpine/issues/367#issuecomment-354316460
45
RUN [ ! -e /etc/nsswitch.conf ] && echo 'hosts: files dns' > /etc/nsswitch.conf
46
47
-RUN addgroup -S controller && adduser -S -g controller controller
+RUN addgroup -S controller && adduser -S controller -G controller
48
49
USER controller
50
0 commit comments