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
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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 \