Update Containers/redis/Dockerfile

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L 2023-05-03 17:31:43 +02:00 committed by GitHub
parent 55bc84d3f2
commit 3e1ae33e95
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -6,7 +6,7 @@ COPY --chmod=775 start.sh /usr/bin/start.sh
RUN set -ex; \
apk add --no-cache openssl bash; \
\
# Give root a random password
# Give root a random password
echo "root:$(openssl rand -base64 12)" | chpasswd
USER redis