diff --git a/Dockerfile b/Dockerfile index d18924b..478cd8a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,5 +41,6 @@ RUN INSTALL_PKGS="autoconf \ which \ zlib-devel" && \ dnf install -y --setopt=tsflags=nodocs $INSTALL_PKGS && \ - rpm -V $INSTALL_PKGS && \ + rpm -V --noghost $INSTALL_PKGS && \ dnf clean all -y +# the reason for --noghost: https://bugzilla.redhat.com/show_bug.cgi?id=1533092