aboutsummaryrefslogtreecommitdiffstats
path: root/.github/containers/centos7/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.github/containers/centos7/Dockerfile')
-rw-r--r--.github/containers/centos7/Dockerfile13
1 files changed, 0 insertions, 13 deletions
diff --git a/.github/containers/centos7/Dockerfile b/.github/containers/centos7/Dockerfile
deleted file mode 100644
index c27717ec..00000000
--- a/.github/containers/centos7/Dockerfile
+++ /dev/null
@@ -1,13 +0,0 @@
-FROM centos:7
-
-RUN yum -y groupinstall 'Development Tools'
-RUN yum -y install centos-packager
-RUN yum -y install sudo
-RUN yum -y install epel-release
-
-RUN useradd -s /bin/bash -m rpm
-RUN echo >> /etc/sudoers
-RUN echo "rpm ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers
-
-USER rpm
-WORKDIR /home/rpm