silence the loud voice of find errors
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
3f794fbd27
commit
aa467ae0b5
@ -26,6 +26,6 @@ RUN bsdtar xfv /tmp/hugo.tar.gz && rm -fv /tmp/hugo.tar.gz README.md LICENSE \
|
||||
&& mv -v /tmp/hugo /usr/local/bin/ \
|
||||
&& rm -rfv /tmp/* \
|
||||
&& rm -rf /usr/share/zoneinfo/* ; rm -rf /usr/include/* ; \
|
||||
find /. -name "*~" -type f -delete; \
|
||||
find /. -name "*~" -type f -delete > /dev/null 2>&1 ;\
|
||||
find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete
|
||||
WORKDIR /
|
||||
|
Loading…
Reference in New Issue
Block a user