added docker to arch-builder image
Some checks failed
CI / Build arch-builder docker images (push) Failing after 5m14s

This commit is contained in:
2024-07-09 12:07:11 +08:00
parent 6ce418c18f
commit af249b2427

View File

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