only update the necessary packages, (no -Syu)
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
- move (back) away from updating the whole system, where only a handful of packages get's used in the end anyway. this will also drastically minify the resulting image size
This commit is contained in:
parent
908b24c67c
commit
43ed5c2a5e
@ -7,6 +7,6 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||
org.label-schema.vcs-url="https://github.com/wULLSnpAXbWZGYDYyhWTKKspEQoaYxXyhoisqHf/docker-archlinux-cdev.git" \
|
||||
org.label-schema.vcs-ref=$VCS_REF
|
||||
|
||||
RUN pacman -Syu --noconfirm --needed gcc cmake make git valgrind \
|
||||
RUN pacman -Sy --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