added clang to arch builder
All checks were successful
CI / Build arch-builder docker images (push) Successful in 10m37s

This commit is contained in:
2024-07-09 12:43:40 +08:00
parent f148f9ef48
commit 79cf355458

View File

@@ -63,6 +63,7 @@ RUN pacman -S --noconfirm --needed \
gzip \
upx \
docker \
clang \
jdk21-openjdk
RUN useradd luser -G users -u 1000 -s /bin/bash -m -d /home/luser