silence the loud voice of find errors
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2021-11-03 03:02:42 +01:00
parent 3f794fbd27
commit aa467ae0b5
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

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