Skip to content

Commit

Permalink
dockerfile - use pip gunicorn
Browse files Browse the repository at this point in the history
  • Loading branch information
chepe4pi committed Nov 18, 2016
1 parent fec842f commit bef5117
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ RUN apt-key adv --keyserver hkp://keyserver.ubuntu.com:80 --recv EA312927
RUN echo "deb http://repo.mongodb.org/apt/ubuntu xenial/mongodb-org/3.2 multiverse" | tee /etc/apt/sources.list.d/mongodb-org-3.2.list
RUN apt-get update \
&& apt-get install -y \
gunicorn \
postgresql-server-dev-9.5 \
build-essential \
python3-dev \
python3-pip \
mongodb-org \
redis-server \
&& pip3 install -r $PROJECT_DIR/requirements.txt
&& pip3 install gunicorn


COPY . $PROJECT_DIR
Expand Down

0 comments on commit bef5117

Please sign in to comment.