There was an error while loading. Please reload this page.
1 parent acb33bc commit 04af72eCopy full SHA for 04af72e
docker/Dockerfile
@@ -12,8 +12,7 @@ RUN apt-get update && \
12
# 1 - users / passwords (root: aim8Du7h - lowpriv: trustno1)
13
RUN useradd -m -s /bin/bash lowpriv && \
14
echo 'lowpriv:trustno1' | chpasswd && \
15
- echo 'root:aim8Du7h' | chpasswd && \
16
- echo 'lowpriv ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers
+ echo 'root:aim8Du7h' | chpasswd
17
18
# 2 - optional host-provided SSH key
19
ARG HOST_SSH_PUBKEY=""
0 commit comments