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 61ccb2f commit 6d529d5Copy full SHA for 6d529d5
tests/Dockerfile.centos_7-builded
@@ -6,6 +6,10 @@ RUN yum install iproute -y
6
# This step is needed since standard CentOS docker image does not come with EPEL installed by default
7
RUN yum install epel-release -y
8
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
+
13
# we can has SSH
14
EXPOSE 22
15
0 commit comments