Added initscripts to dockerfile
This commit is contained in:
parent
61ccb2f46b
commit
6d529d5238
|
@ -6,6 +6,10 @@ RUN yum install iproute -y
|
||||||
# This step is needed since standard CentOS docker image does not come with EPEL installed by default
|
# This step is needed since standard CentOS docker image does not come with EPEL installed by default
|
||||||
RUN yum install epel-release -y
|
RUN yum install epel-release -y
|
||||||
|
|
||||||
|
# This step is needed since standard CentOS docker image does not come with init-functions installed by default.
|
||||||
|
# This package seems to be required for Mongo 3.2 and downwards
|
||||||
|
RUN yum install initscripts -y
|
||||||
|
|
||||||
# we can has SSH
|
# we can has SSH
|
||||||
EXPOSE 22
|
EXPOSE 22
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue