Skip to content

Commit 2e6cd41

Browse files
committed
yum -y flag for epel release in dockerfile.
1 parent 986678b commit 2e6cd41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Dockerfile.centos_7-builded

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM centos:7
44
RUN yum install iproute -y
55

66
# This step is needed since standard CentOS docker image does not come with EPEL installed by default
7-
RUN yum install epel-release
7+
RUN yum install epel-release -y
88

99
# we can has SSH
1010
EXPOSE 22

0 commit comments

Comments
 (0)