Fix the URLs for development versions of images.
This commit is contained in:
committed by
Abhilash Raj
parent
fb60b6ab30
commit
ba682509f4
@@ -11,8 +11,8 @@ RUN apk update \
|
||||
&& apk add --virtual build-deps gcc python3-dev musl-dev postgresql-dev git \
|
||||
&& apk add bash su-exec postgresql-client mysql-client \
|
||||
&& pip install -U psycopg2 \
|
||||
git+https://gitlab.com/mailman/mailman.git?ref=master \
|
||||
git+https://gitlab.com/mailman/mailman-hyperkitty.git?ref=master \
|
||||
git+https://gitlab.com/mailman/mailman.git \
|
||||
git+https://gitlab.com/mailman/mailman-hyperkitty.git \
|
||||
pymysql \
|
||||
&& apk del build-deps \
|
||||
&& adduser -S mailman
|
||||
|
||||
Reference in New Issue
Block a user