fix package installation
All checks were successful
continuous-integration/drone/pr Build is passing
All checks were successful
continuous-integration/drone/pr Build is passing
This commit is contained in:
parent
8953a2d28d
commit
77478cb76d
@ -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/ /
|
||||
|
@ -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/ /
|
||||
|
Reference in New Issue
Block a user