Fix homeless .bundle paths
This commit is contained in:
parent
d93c739d38
commit
e788060456
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user