Skip to content

Commit fdb4f73

Browse files
authored
Merge pull request #24 from xlionjuan/drop-selinux
Drop SELinux test
2 parents 264a283 + 7c31c7a commit fdb4f73

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

fe/Dockerfile.41

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

1818
RUN gem update --system --no-document &&\
1919
gem install fpm --no-document &&\

0 commit comments

Comments
 (0)