rpm -V npm fails on ghost files
https://bugzilla.redhat.com/show_bug.cgi?id=1533092 Signed-off-by: Tomas Tomecek <ttomecek@redhat.com>
This commit is contained in:
parent
184d75d466
commit
cd22158f28
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue