From fb45fa40739be0ce3fce9f4fd834eae9e75907d1 Mon Sep 17 00:00:00 2001 From: Zoey Date: Wed, 3 May 2023 17:11:18 +0200 Subject: [PATCH] add suggestion Co-authored-by: Simon L. Signed-off-by: Zoey --- Containers/talk/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containers/talk/Dockerfile b/Containers/talk/Dockerfile index 14192bb1..b100ce14 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 \