Fix the URLs for development versions of images.

This commit is contained in:
Abhilash Raj
2017-10-09 22:59:43 -07:00
committed by Abhilash Raj
parent fb60b6ab30
commit ba682509f4
2 changed files with 6 additions and 6 deletions

View File

@@ -11,8 +11,8 @@ RUN apk update \
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev git \ && apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev git \
&& apk add bash su-exec postgresql-client mysql-client \ && apk add bash su-exec postgresql-client mysql-client \
&& pip install -U psycopg2 \ && pip install -U psycopg2 \
git+https://gitlab.com/mailman/mailman.git?ref=master \ git+https://gitlab.com/mailman/mailman.git \
git+https://gitlab.com/mailman/mailman-hyperkitty.git?ref=master \ git+https://gitlab.com/mailman/mailman-hyperkitty.git \
pymysql \ pymysql \
&& apk del build-deps \ && apk del build-deps \
&& adduser -S mailman && adduser -S mailman

View File

@@ -15,10 +15,10 @@ RUN set -ex \
postgresql-dev mariadb-dev \ postgresql-dev mariadb-dev \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \ && apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py-mysqldb \ postgresql-client mysql-client py-mysqldb \
&& pip install -U git+https://gitlab.com/mailman/mailmanclient?ref=master \ && pip install -U git+https://gitlab.com/mailman/mailmanclient \
git+https://gitlab.com/mailman/postorius?ref=master \ git+https://gitlab.com/mailman/postorius \
git+https://gitlab.com/mailman/hyperkitty?ref=master \ git+https://gitlab.com/mailman/hyperkitty \
git+https://gitlab.com/mailman/django-mailman3?ref=master \ git+https://gitlab.com/mailman/django-mailman3 \
whoosh \ whoosh \
uwsgi \ uwsgi \
psycopg2 \ psycopg2 \