We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b011d31 commit b6e8584Copy full SHA for b6e8584
10.11/Dockerfile.rhel10
@@ -43,7 +43,6 @@ RUN /usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || : && \
43
44
RUN INSTALL_PKGS="policycoreutils rsync tar xz gettext hostname bind-utils groff-base ${NAME}${MARIADB_SHORT_VERSION}-server" && \
45
dnf install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
46
- rpm -V ${INSTALL_PKGS} && \
47
/usr/libexec/mysqld -V | grep -qe "${MARIADB_VERSION}\." && echo "Found VERSION ${MARIADB_VERSION}" && \
48
dnf -y clean all --enablerepo='*' && \
49
mkdir -p ${HOME}/data && chown -R mysql:root ${HOME} && \
0 commit comments