Fix homeless .bundle paths

This commit is contained in:
Disassembler 2020-03-25 21:32:19 +01:00
parent d93c739d38
commit e788060456
Signed by: Disassembler
GPG Key ID: 524BD33A0EE29499
3 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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