added jre to kernel builder image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 14m8s

This commit is contained in:
2024-07-31 11:53:56 +08:00
parent b33cef32bc
commit 80bed87bd0

View File

@@ -50,6 +50,7 @@ RUN pacman -S --noconfirm --needed \
FROM base AS kernel FROM base AS kernel
RUN pacman -S --noconfirm --needed \ RUN pacman -S --noconfirm --needed \
jre21-openjdk \
bc \ bc \
cpio \ cpio \
gettext \ gettext \