Skip to content
This repository has been archived by the owner on Dec 4, 2024. It is now read-only.

Commit

Permalink
automatic yes to dist-upgrade
Browse files Browse the repository at this point in the history
Docker build process fails when dist-upgrade is run interactively.
  • Loading branch information
Johannes Bader authored Feb 2, 2017
1 parent d8f4890 commit fcefce2
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 fcefce2

Please sign in to comment.