Fix homeless .bundle paths
This commit is contained in:
parent
d93c739d38
commit
e788060456
@ -40,7 +40,7 @@ RUN EOF
|
|||||||
apk --no-cache del .deps
|
apk --no-cache del .deps
|
||||||
find /srv/crisiscleanup -name '.git*' -exec rm -rf {} +
|
find /srv/crisiscleanup -name '.git*' -exec rm -rf {} +
|
||||||
rm -rf /usr/local/share/.cache
|
rm -rf /usr/local/share/.cache
|
||||||
rm -rf /root/.bundle /root/.config /root/.npm
|
rm -rf /.bundle /root/.config /root/.npm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
USER cc
|
USER cc
|
||||||
|
@ -75,7 +75,7 @@ RUN EOF
|
|||||||
# Cleanup
|
# Cleanup
|
||||||
apk --no-cache del .deps
|
apk --no-cache del .deps
|
||||||
rm -rf /tmp/*
|
rm -rf /tmp/*
|
||||||
rm -rf /root/.bundle /root/.gem
|
rm -rf /.bundle /root/.gem
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
CMD /bin/s6-svscan /etc/services.d
|
CMD /bin/s6-svscan /etc/services.d
|
||||||
|
@ -31,7 +31,7 @@ RUN EOF
|
|||||||
# Cleanup
|
# Cleanup
|
||||||
apk --no-cache del .deps
|
apk --no-cache del .deps
|
||||||
find /srv -name '.git*' -exec rm -rf {} +
|
find /srv -name '.git*' -exec rm -rf {} +
|
||||||
rm -rf /root/.bundle /root/.config /root/.npm
|
rm -rf /.bundle /root/.config /root/.npm
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
COPY opendatakit-build.image.d
|
COPY opendatakit-build.image.d
|
||||||
|
Loading…
Reference in New Issue
Block a user