fix package installation
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
Robert Kaussow 2021-10-23 16:14:08 +02:00
parent 8953a2d28d
commit 77478cb76d
Signed by: xoxys
GPG Key ID: 4E692A2EAECC03C0
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ RUN yum install -q -y \
pkgconfig \
wget curl \
automake autoconf \
rpm-build rpmdevtools \
rpm-build rpmdevtools && \
yum clean all
ADD overlay/ /

View File

@ -43,7 +43,7 @@ RUN dnf install -q -y \
pkgconfig \
wget curl \
automake autoconf \
rpm-build rpmdevtools \
rpm-build rpmdevtools && \
dnf clean all
ADD overlay/ /