Cleanup Yarn cache in OpenMapKit Docker image

This commit is contained in:
Disassembler 2017-12-22 17:45:03 +01:00
parent abe1ef01c3
commit 013551c143

View File

@ -27,6 +27,7 @@ RUN \
# Cleanup
&& apk --no-cache del .deps \
&& rm -rf /srv/openmapkit/.git* /srv/openmapkit/api/odk/pyxform/.git* \
&& rm -rf /usr/local/share/.cache \
&& rm -rf /root \
&& mkdir /root