Skip to content

Commit 67c5c1d

Browse files
Change mysql to mysql-community-server
1 parent 2cf584a commit 67c5c1d

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
@@ -93,7 +93,7 @@ RUN set -exuo pipefail ; \
9393
&& echo "$MYSQL_MD5 $MYSQL_FILENAME" md5sum -c \
9494
&& dnf install -y "$MYSQL_FILENAME" \
9595
&& rm "$MYSQL_FILENAME" \
96-
&& dnf install -y mysql-server; \
96+
&& dnf install -y mysql-community-server; \
9797
else \
9898
echo "Unknown MYSQL_FLAVOR=${MYSQL_FLAVOR}"; \
9999
exit 1; \

0 commit comments

Comments
 (0)