Skip to content

Commit b6e8584

Browse files
committed
rpm -V can't be used on alternativly provided name instead of the true package name
1 parent b011d31 commit b6e8584

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

10.11/Dockerfile.rhel10

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ RUN /usr/sbin/groupadd -g 27 -o -r mysql >/dev/null 2>&1 || : && \
4343

4444
RUN INSTALL_PKGS="policycoreutils rsync tar xz gettext hostname bind-utils groff-base ${NAME}${MARIADB_SHORT_VERSION}-server" && \
4545
dnf install -y --setopt=tsflags=nodocs ${INSTALL_PKGS} && \
46-
rpm -V ${INSTALL_PKGS} && \
4746
/usr/libexec/mysqld -V | grep -qe "${MARIADB_VERSION}\." && echo "Found VERSION ${MARIADB_VERSION}" && \
4847
dnf -y clean all --enablerepo='*' && \
4948
mkdir -p ${HOME}/data && chown -R mysql:root ${HOME} && \

0 commit comments

Comments
 (0)