add suggestion

Co-authored-by: Simon L. <szaimen@e.mail.de>
Signed-off-by: Zoey <zoey@z0ey.de>
This commit is contained in:
Zoey 2023-05-03 17:11:18 +02:00 committed by GitHub
parent 132444cbb9
commit fb45fa4073
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 \