fix: added missing newline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-06-02 21:54:51 +02:00
parent 0c640d75ca
commit be5b68ae72
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -22,7 +22,8 @@ RUN bsdtar xfv /tmp/hugo.tar.gz && rm -v /tmp/hugo.tar.gz README.md LICENSE \
&& mv -v /tmp/hugo /usr/local/bin/
RUN pacman -Scc && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \
&& rm -rv /usr/share/zoneinfo/* ; \
rm -rv /usr/share/i18n/* ;rm -rv /usr/include/* ; \ find /. -name "*~" -type f -delete; \
rm -rv /usr/share/i18n/* ;rm -rv /usr/include/* ; \
find /. -name "*~" -type f -delete; \
find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete; \
rm -rv /tmp/* || true
WORKDIR /