force updating of the system as make errors arose
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
* needed to have a *working* image for now
This commit is contained in:
parent
780df710ed
commit
bd41369dad
@ -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/*
|
||||
|
Loading…
Reference in New Issue
Block a user