From 7c11a8a278362bc781499a8ec77c831aae79dec5 Mon Sep 17 00:00:00 2001 From: Simon L Date: Wed, 3 May 2023 17:32:56 +0200 Subject: [PATCH] Update Containers/talk/Dockerfile Signed-off-by: Simon L. --- Containers/talk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index b100ce14..14192bb1 100644 --- a/Containers/talk/Dockerfile +++ b/Containers/talk/Dockerfile @@ -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 \