Add git to the mailman-web build dependencies.

This commit is contained in:
Abhilash Raj
2017-10-07 18:25:29 -07:00
committed by Abhilash Raj
parent b3b0c3165f
commit 4b61d18909

View File

@@ -11,7 +11,7 @@ COPY docker-entrypoint.sh /usr/local/bin/
# executing apps, change ownership for uwsgi+django files and set execution
# rights for management script
RUN set -ex \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers \
&& apk add --no-cache --virtual .build-deps gcc libc-dev linux-headers git \
postgresql-dev mariadb-dev \
&& apk add --no-cache --virtual .mailman-rundeps bash sassc \
postgresql-client mysql-client py-mysqldb \