Cleanup Yarn cache in OpenMapKit Docker image
This commit is contained in:
parent
abe1ef01c3
commit
013551c143
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user