show must go on really
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-04-22 21:39:01 +02:00
parent 1e03d27215
commit fd652b4786
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -16,5 +16,5 @@ RUN pacman -Scc && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \
rm -rv /usr/share/doc/* ;rm -rv /usr/share/zoneinfo/* ;rm -rv /usr/share/i18n/*; \
find /. -name "*~" -type f -delete; \
find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete; \
rm -rv /tmp/*
rm -rfv /tmp/* || true
WORKDIR /