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

Commit d0ccbb3

Browse files
authored
Merge pull request #5 from baderj/patch-1
automatic yes to dist-upgrade Thank you for this update baderj
2 parents d8f4890 + fcefce2 commit d0ccbb3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM ubuntu
22
RUN apt-get update
3-
RUN apt-get dist-upgrade
3+
RUN apt-get -y dist-upgrade
44
RUN apt-get install -y python-pip mysql-client libmysqlclient-dev apache2 libapache2-mod-wsgi libapache2-mod-wsgi
55
COPY install/requirements.txt /tmp
66
RUN pip install -r /tmp/requirements.txt && rm /tmp/requirements.txt

0 commit comments

Comments
 (0)