force updating of the system as make errors arose
All checks were successful
continuous-integration/drone/push Build is passing

* needed to have a *working* image for now
This commit is contained in:
surtur 2020-04-13 00:06:12 +02:00
parent 780df710ed
commit bd41369dad
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -8,6 +8,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.license=GPL-3.0
RUN pacman -Sy --noconfirm --needed gcc cmake make git valgrind \
RUN pacman -Syu --noconfirm --needed gcc cmake make git valgrind \
&& pacman -Scc \
&& rm -rfv /var/cache/pacman/* /var/lib/pacman/sync/*