added user luser to kernel builder image
All checks were successful
CI / Build arch-builder docker images (push) Successful in 8m7s

This commit is contained in:
2024-07-31 12:19:09 +08:00
parent 80bed87bd0
commit d1ec6a5d2a

View File

@@ -67,6 +67,8 @@ RUN pacman -S --noconfirm --needed \
python-yaml \
openssh \
texlive-latexextra
USER luser
WORKDIR /home/luser
FROM base AS rust
RUN mkdir -p /etc/cargo