There was an error while loading. Please reload this page.
1 parent 2e08267 commit ed9bafeCopy full SHA for ed9bafe
1 file changed
Dockerfile
@@ -3,7 +3,7 @@ FROM debian:jessie
3
RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv 7F0CEB10
4
RUN echo "deb http://repo.mongodb.org/apt/debian wheezy/mongodb-org/3.0 main" > /etc/apt/sources.list.d/mongodb-org-3.0.list
5
RUN apt-get update && \
6
- apt-get install -y curl gcc python-dev mongodb-org-server redis-server && \
+ apt-get install -y curl gcc python-dev mongodb-org-server nginx redis-server && \
7
apt-get clean -y && \
8
rm -rf /var/lib/apt/lists/*
9
0 commit comments