added ccache
All checks were successful
CI / Build arch-builder docker images (push) Successful in 8m34s

This commit is contained in:
2024-07-07 15:49:00 +08:00
parent d88c482d28
commit f317959f42

View File

@@ -25,6 +25,7 @@ RUN pacman -S --noconfirm --needed \
python-yaml \ python-yaml \
openssh \ openssh \
texlive-latexextra \ texlive-latexextra \
ccache \
jdk21-openjdk jdk21-openjdk
RUN mkdir downloads RUN mkdir downloads