loosen the condition chain
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
dd36716c45
commit
1e03d27215
13
Dockerfile
13
Dockerfile
@ -12,12 +12,9 @@ WORKDIR /tmp/
|
|||||||
RUN pacman -Syu --noconfirm --needed gcc cmake make git valgrind \
|
RUN pacman -Syu --noconfirm --needed gcc cmake make git valgrind \
|
||||||
&& pacman --noconfirm -R $(pacman -Qdtq) || true
|
&& pacman --noconfirm -R $(pacman -Qdtq) || true
|
||||||
RUN pacman -Scc && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \
|
RUN pacman -Scc && rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/* \
|
||||||
&& rm -rv /usr/share/info/* \
|
&& rm -rv /usr/share/info/* ;rm -rv /usr/share/man/* ; \
|
||||||
&& rm -rv /usr/share/man/* \
|
rm -rv /usr/share/doc/* ;rm -rv /usr/share/zoneinfo/* ;rm -rv /usr/share/i18n/*; \
|
||||||
&& rm -rv /usr/share/doc/* \
|
find /. -name "*~" -type f -delete; \
|
||||||
&& rm -rv /usr/share/zoneinfo/* \
|
find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete; \
|
||||||
&& rm -rv /usr/share/i18n/* \
|
rm -rv /tmp/*
|
||||||
&& find /. -name "*~" -type f -delete \
|
|
||||||
&& find /usr/share/terminfo/. ! -name "*xterm*" ! -name "*screen*" ! -name "*screen*" -type f -delete \
|
|
||||||
&& rm -rv /tmp/* \
|
|
||||||
WORKDIR /
|
WORKDIR /
|
||||||
|
Loading…
Reference in New Issue
Block a user