Upgrade installed packages that were fetched from PyPI.
This commit is contained in:
committed by
Abhilash Raj
parent
78f75eaec4
commit
006d9687ea
@@ -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 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 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 \
|
&& wget -O hyperkitty.zip https://gitlab.com/mailman/hyperkitty/repository/archive.zip?ref=master \
|
||||||
&& python -m pip install mailmanclient.zip \
|
&& python -m pip install -U mailmanclient.zip \
|
||||||
postorius.zip \
|
postorius.zip \
|
||||||
django-mailman3.zip \
|
django-mailman3.zip \
|
||||||
hyperkitty.zip \
|
hyperkitty.zip \
|
||||||
whoosh \
|
whoosh \
|
||||||
uwsgi \
|
uwsgi \
|
||||||
psycopg2 \
|
psycopg2 \
|
||||||
dj-database-url \
|
dj-database-url \
|
||||||
pymysql \
|
pymysql \
|
||||||
&& rm mailmanclient.zip postorius.zip hyperkitty.zip django-mailman3.zip
|
&& rm mailmanclient.zip postorius.zip hyperkitty.zip django-mailman3.zip
|
||||||
|
|
||||||
ADD mailman-web /opt/mailman-web
|
ADD mailman-web /opt/mailman-web
|
||||||
|
|||||||
Reference in New Issue
Block a user