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

This commit is contained in:
2024-07-29 18:46:26 +08:00
parent cef91d9995
commit 896d783116

View File

@@ -65,6 +65,7 @@ RUN pacman -S --noconfirm --needed \
upx \
docker \
clang \
protobuf \
jdk21-openjdk
FROM base as rootless