Skip to content
This repository was archived by the owner on Jun 29, 2025. It is now read-only.

Commit 7a5e6f0

Browse files
committed
last commit
1 parent 40cc6fa commit 7a5e6f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ LABEL authors="Ethan Besson" \
1818

1919
RUN apt-get update && \
2020
apt-get install -y mariadb-server openssl wget gosu && \
21-
gosu nobody true && \
21+
gosu nobody true && \
2222
mkdir -p /var/lib/mysql /var/run/mysqld /docker-entrypoint-initdb.d/ && \
2323
chown -R mysql:mysql /docker-entrypoint-initdb.d/ && \
2424
chown -R mysql:mysql /var/lib/mysql /var/run/mysqld && \

0 commit comments

Comments
 (0)