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 5726a7f commit 3f1f225Copy full SHA for 3f1f225
1 file changed
workstation/Dockerfile
@@ -23,7 +23,7 @@ RUN apt-get update && \
23
24
# Add user
25
RUN useradd -m -s /bin/bash ${USERNAME} && \
26
- echo "${USERNAME}:plc123" | chpasswd && \
+ echo "${USERNAME}:zxcvbnm" | chpasswd && \
27
usermod -aG sudo ${USERNAME}
28
29
# Install noVNC + websockify
0 commit comments