File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4,16 +4,16 @@ LABEL org.opencontainers.image.description="Simple container image just for crea
44
55# devscripts: Scripts for Debian Package maintainers
66
7- RUN dnf -y install createrepo_c devscripts reprepro jq wget tree rpm-sign gnupg git \
8- rpm-build binutils policycoreutils policycoreutils-python-utils selinux-policy-devel \
7+ RUN dnf -y install createrepo_c devscripts reprepro jq wget tree rpm-sign gnupg git rpm-build \
8+ # binutils policycoreutils policycoreutils-python-utils selinux-policy-devel \
99 --setopt=install_weak_deps=False \
1010 --setopt=keepcache=True &&\
1111 dnf -y install ruby rubygem-json \
1212 --setopt=keepcache=True \
1313 --exclude=rubygem-rdoc &&\
1414 rm -rf /var/log/dnf*.log /root/.cache /usr/share/locale
1515
16- # From the line of the rpm-build is the requirements of the SELinux config rpm builder
16+ # From the line of the binutils is the requirements of the SELinux config rpm builder
1717
1818RUN gem update --system --no-document &&\
1919 gem install fpm --no-document &&\
You can’t perform that action at this time.
0 commit comments