summaryrefslogtreecommitdiffstats
path: root/Services/mongo
diff options
context:
space:
mode:
authorstartxfr <clarue@startx.fr>2015-11-28 05:57:08 +0100
committerstartxfr <clarue@startx.fr>2015-11-28 05:57:08 +0100
commitd2b8afc1f219e3db7c776a17c0f03128476ddefa (patch)
treec227b2093ed65b18c81a2706c6d386a5e7d37f7a /Services/mongo
parentce30e623a04eb19828be26585dba984c68fbf0ec (diff)
downloadphpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.tar.gz
phpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.tar.bz2
phpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.tar.xz
phpmyadmin-d2b8afc1f219e3db7c776a17c0f03128476ddefa.zip
switching to fedora 23 in master. Start adding docker-compose support
Diffstat (limited to 'Services/mongo')
-rw-r--r--Services/mongo/Dockerfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/Services/mongo/Dockerfile b/Services/mongo/Dockerfile
index 0199e76..85261c8 100644
--- a/Services/mongo/Dockerfile
+++ b/Services/mongo/Dockerfile
@@ -1,14 +1,14 @@
FROM startx/fedora
MAINTAINER Christophe LARUE <dev@startx.fr>
-RUN yum -y install \
+RUN dnf -y install \
mongodb \
mongodb-server \
libmongo-client \
rsyslog-mongodb \
mongodb-mms-backup-agent \
mongodb-mms-monitoring-agent \
- && yum clean all \
+ && dnf clean all \
&& mkdir -p /var/lib/mongodb \
&& touch /var/lib/mongodb/.keep
COPY sx/* /sx/