Skip to content

Commit

Permalink
Merge pull request #5 from baderj/patch-1
Browse files Browse the repository at this point in the history
automatic yes to dist-upgrade

Thank you for this update baderj
  • Loading branch information
demonduck committed Feb 2, 2017
2 parents d8f4890 + fcefce2 commit d0ccbb3
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
@@ -1,6 +1,6 @@
FROM ubuntu
RUN apt-get update
RUN apt-get dist-upgrade
RUN apt-get -y dist-upgrade
RUN apt-get install -y python-pip mysql-client libmysqlclient-dev apache2 libapache2-mod-wsgi libapache2-mod-wsgi
COPY install/requirements.txt /tmp
RUN pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt
Expand Down

0 comments on commit d0ccbb3

Please sign in to comment.