|| true to ensure safe passage
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-04-22 20:13:07 +02:00
parent 75a4f245fb
commit dd36716c45
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -10,7 +10,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
WORKDIR /tmp/
RUN pacman -Syu --noconfirm --needed gcc cmake make git valgrind \
&& pacman --noconfirm -R $(pacman -Qdtq)
&& pacman --noconfirm -R $(pacman -Qdtq) || true
RUN pacman -Scc && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \
&& rm -rv /usr/share/info/* \
&& rm -rv /usr/share/man/* \