We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ef9f3b4 commit 8c3864fCopy full SHA for 8c3864f
10.11/Dockerfile.rhel10
@@ -43,7 +43,7 @@ RUN INSTALL_PKGS="policycoreutils rsync tar xz gettext hostname bind-utils groff
43
rpm -V ${INSTALL_PKGS} && \
44
/usr/libexec/mysqld -V | grep -qe "${MARIADB_VERSION}\." && echo "Found VERSION ${MARIADB_VERSION}" && \
45
dnf -y clean all --enablerepo='*' && \
46
- mkdir -p /var/lib/mysql/data && chown -R mysql:root /var/lib/mysql && \
+ mkdir -p ${HOME}/data && chown -R mysql:root ${HOME} && \
47
test "$(id mysql)" = "uid=27(mysql) gid=27(mysql) groups=27(mysql)"
48
49
# Get prefix path and path to scripts rather than hard-code them in scripts
0 commit comments