Skip to content

Commit 3f1f225

Browse files
authored
Update password to match sticky note
1 parent 5726a7f commit 3f1f225

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

workstation/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ RUN apt-get update && \
2323

2424
# Add user
2525
RUN useradd -m -s /bin/bash ${USERNAME} && \
26-
echo "${USERNAME}:plc123" | chpasswd && \
26+
echo "${USERNAME}:zxcvbnm" | chpasswd && \
2727
usermod -aG sudo ${USERNAME}
2828

2929
# Install noVNC + websockify

0 commit comments

Comments
 (0)