mirror of
https://github.com/status-im/ansible-role-mongodb.git
synced 2025-02-17 15:36:23 +00:00
yum -y flag for epel release in dockerfile.
This commit is contained in:
parent
986678b733
commit
2e6cd41cb1
@ -4,7 +4,7 @@ FROM centos:7
|
||||
RUN yum install iproute -y
|
||||
|
||||
# This step is needed since standard CentOS docker image does not come with EPEL installed by default
|
||||
RUN yum install epel-release
|
||||
RUN yum install epel-release -y
|
||||
|
||||
# we can has SSH
|
||||
EXPOSE 22
|
||||
|
Loading…
x
Reference in New Issue
Block a user