hotfix: archlinux/docker issue with glibc/alpm lib
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:
surtur 2021-02-20 13:25:24 +01:00
parent 6600bd115e
commit 680d370deb
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -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/* ; \