hotfix: archlinux/docker issue with glibc/alpm lib
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
issue has been partly fixed upstream
ref: bd4c5abe4d
what remained to be done was to momentarily ignore glibc updates
This commit is contained in:
parent
6600bd115e
commit
680d370deb
@ -9,7 +9,7 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
|
||||
org.label-schema.license=GPL-3.0
|
||||
|
||||
WORKDIR /tmp/
|
||||
RUN pacman -Syu --noconfirm --needed gcc cmake make git valgrind \
|
||||
RUN pacman -Syu --noconfirm --ignore glibc --needed gcc cmake make git valgrind \
|
||||
&& 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/* ; \
|
||||
|
Loading…
Reference in New Issue
Block a user