mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-02-24 05:45:28 +08:00
Update Containers/talk/Dockerfile
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
fb45fa4073
commit
7c11a8a278
1 changed files with 1 additions and 1 deletions
|
@ -35,7 +35,7 @@ RUN set -ex; \
|
||||||
lua5.3-dev \
|
lua5.3-dev \
|
||||||
luarocks5.3; \
|
luarocks5.3; \
|
||||||
\
|
\
|
||||||
# Give root a random password
|
# Give root a random password
|
||||||
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
echo "root:$(openssl rand -base64 12)" | chpasswd; \
|
||||||
\
|
\
|
||||||
touch \
|
touch \
|
||||||
|
|
Loading…
Reference in a new issue