feat: build base image for rh8 #2

Merged
xoxys merged 7 commits from add-rh8 into main 2021-10-23 16:16:55 +02:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 77478cb76d - Show all commits

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/ /