Update Containers/talk/Dockerfile

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L
2023-05-03 17:32:56 +02:00
committed by GitHub
parent fb45fa4073
commit 7c11a8a278

View File

@@ -35,7 +35,7 @@ RUN set -ex; \
lua5.3-dev \
luarocks5.3; \
\
# Give root a random password
# Give root a random password
echo "root:$(openssl rand -base64 12)" | chpasswd; \
\
touch \