diff --git a/lxc-apps/crisiscleanup/image b/lxc-apps/crisiscleanup/image index 71cf8e9..978230d 100644 --- a/lxc-apps/crisiscleanup/image +++ b/lxc-apps/crisiscleanup/image @@ -40,7 +40,7 @@ RUN EOF apk --no-cache del .deps find /srv/crisiscleanup -name '.git*' -exec rm -rf {} + rm -rf /usr/local/share/.cache - rm -rf /root/.bundle /root/.config /root/.npm + rm -rf /.bundle /root/.config /root/.npm EOF USER cc diff --git a/lxc-apps/decidim/image b/lxc-apps/decidim/image index 370fbb0..388c984 100644 --- a/lxc-apps/decidim/image +++ b/lxc-apps/decidim/image @@ -75,7 +75,7 @@ RUN EOF # Cleanup apk --no-cache del .deps rm -rf /tmp/* - rm -rf /root/.bundle /root/.gem + rm -rf /.bundle /root/.gem EOF CMD /bin/s6-svscan /etc/services.d diff --git a/lxc-apps/opendatakit/opendatakit-build.image b/lxc-apps/opendatakit/opendatakit-build.image index 753b85e..c90fa98 100644 --- a/lxc-apps/opendatakit/opendatakit-build.image +++ b/lxc-apps/opendatakit/opendatakit-build.image @@ -31,7 +31,7 @@ RUN EOF # Cleanup apk --no-cache del .deps find /srv -name '.git*' -exec rm -rf {} + - rm -rf /root/.bundle /root/.config /root/.npm + rm -rf /.bundle /root/.config /root/.npm EOF COPY opendatakit-build.image.d