chore: rm rm's useless verbosity
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
e391f68730
commit
ab9521b06f
@ -23,7 +23,7 @@ RUN tar xfv /tmp/hugo.tar.gz && rm -v /tmp/hugo.tar.gz README.md LICENSE \
|
||||
&& rm -rv /tmp/*
|
||||
RUN dnf autoremove -y -x findutils \
|
||||
&& dnf clean all -y
|
||||
RUN rm -rv /usr/share/zoneinfo/* ; rm -rv /usr/include/* ; \
|
||||
RUN rm -r /usr/share/zoneinfo/* ; rm -r /usr/include/* ; \
|
||||
find /. -name "*~" -type f -delete; \
|
||||
find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete
|
||||
WORKDIR /
|
||||
|
Loading…
Reference in New Issue
Block a user