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/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/containers/centos7/Dockerfile b/.github/containers/centos7/Dockerfile
index 36e86fbd..c27717ec 100644
--- a/.github/containers/centos7/Dockerfile
+++ b/.github/containers/centos7/Dockerfile
@@ -2,8 +2,8 @@ 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