ci: change leak_sanitizer base image to arch linux base devel

This commit is contained in:
light7734 2025-07-17 13:02:19 +03:30
parent 77582a3bde
commit f33882ba39
Signed by: light7734
GPG key ID: 8C30176798F1A6BA

View file

@ -1,4 +1,4 @@
FROM archlinux/base FROM archlinux/base-devel
RUN pacman -Syu --noconfirm && \ RUN pacman -Syu --noconfirm && \
pacman -S --noconfirm \ pacman -S --noconfirm \
bash \ bash \