Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
GuillaumeDerval committed Jan 3, 2015
1 parent fea1a0b commit e61418e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
FROM centos

RUN \
yum -y install epel && \
yum -y install epel-release && \
yum -y install git mongodb mongodb-server docker python-pip gcc python-devel python-devel openldap-devel && \
pip install pymongo pytidylib docker-py sh web.py docutils simpleldap && \
mkdir -p /data/db
Expand Down

0 comments on commit e61418e

Please sign in to comment.