From 006d9687ea549d92ba4582f292f875e91c6263a0 Mon Sep 17 00:00:00 2001 From: Abhilash Raj Date: Sat, 20 May 2017 16:12:57 -0700 Subject: [PATCH] Upgrade installed packages that were fetched from PyPI. --- web/Dockerfile | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/web/Dockerfile b/web/Dockerfile index 2b03b85..d4dfb04 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -13,15 +13,15 @@ RUN wget -O mailmanclient.zip https://gitlab.com/mailman/mailmanclient/repositor && wget -O postorius.zip https://gitlab.com/mailman/postorius/repository/archive.zip?ref=master \ && wget -O django-mailman3.zip https://gitlab.com/mailman/django-mailman3/repository/archive.zip?ref=master \ && wget -O hyperkitty.zip https://gitlab.com/mailman/hyperkitty/repository/archive.zip?ref=master \ - && python -m pip install mailmanclient.zip \ - postorius.zip \ - django-mailman3.zip \ - hyperkitty.zip \ - whoosh \ - uwsgi \ - psycopg2 \ - dj-database-url \ - pymysql \ + && python -m pip install -U mailmanclient.zip \ + postorius.zip \ + django-mailman3.zip \ + hyperkitty.zip \ + whoosh \ + uwsgi \ + psycopg2 \ + dj-database-url \ + pymysql \ && rm mailmanclient.zip postorius.zip hyperkitty.zip django-mailman3.zip ADD mailman-web /opt/mailman-web