diff --git a/containers/Docker/centos-8 b/containers/Docker/centos-8 deleted file mode 100644 index 77493213..00000000 --- a/containers/Docker/centos-8 +++ /dev/null @@ -1,57 +0,0 @@ -FROM docker.io/library/centos:8 - -RUN dnf install -y --allowerasing coreutils \ - cpio \ - dhclient \ - e2fsprogs \ - ethtool \ - findutils \ - initscripts \ - ipmitool \ - iproute \ - kernel-core \ - net-tools \ - network-scripts \ - nfs-utils \ - openssh-clients \ - openssh-server \ - pciutils \ - psmisc \ - rsync \ - rsyslog \ - strace \ - wget \ - which \ - words - -RUN <