No need for apk cache for deleting dependencies. (#142)

Fixes #128
This commit is contained in:
Abhilash Raj
2017-10-01 01:54:08 -07:00
committed by GitHub
parent eca79c9858
commit 054fc2545b

View File

@@ -25,7 +25,7 @@ RUN set -ex \
dj-database-url \
mysqlclient \
&& pip install -U django==1.10 \
&& apk del --no-cache .build-deps \
&& apk del .build-deps \
&& addgroup -S mailman \
&& adduser -S -G mailman mailman \
&& chown -R mailman /opt/mailman-web/ \