Skip to content

Commit 6d529d5

Browse files
committed
Added initscripts to dockerfile
1 parent 61ccb2f commit 6d529d5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/Dockerfile.centos_7-builded

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ RUN yum install iproute -y
66
# This step is needed since standard CentOS docker image does not come with EPEL installed by default
77
RUN yum install epel-release -y
88

9+
# This step is needed since standard CentOS docker image does not come with init-functions installed by default.
10+
# This package seems to be required for Mongo 3.2 and downwards
11+
RUN yum install initscripts -y
12+
913
# we can has SSH
1014
EXPOSE 22
1115

0 commit comments

Comments
 (0)