We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 986678b commit 2e6cd41Copy full SHA for 2e6cd41
tests/Dockerfile.centos_7-builded
@@ -4,7 +4,7 @@ FROM centos:7
4
RUN yum install iproute -y
5
6
# This step is needed since standard CentOS docker image does not come with EPEL installed by default
7
-RUN yum install epel-release
+RUN yum install epel-release -y
8
9
# we can has SSH
10
EXPOSE 22
0 commit comments