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 dff0c97 commit 97512baCopy full SHA for 97512ba
Dockerfile
@@ -10,4 +10,7 @@ RUN apk add --no-cache gettext
10
11
COPY auth.conf auth.htpasswd launch.sh ./
12
13
+# make sure root login is disabled
14
+RUN sed -i -e 's/^root::/root:!:/' /etc/shadow
15
+
16
CMD ["./launch.sh"]
0 commit comments