Move packages to env file and allow extras per distro.

This commit is contained in:
2025-10-13 05:31:57 -07:00
parent f57a0d322d
commit 7abe909cdf
7 changed files with 47 additions and 33 deletions

View File

@@ -2,7 +2,7 @@
FROM archlinux:base
RUN pacman -Syu --noconfirm && pacman -Sy --noconfirm git bash curl sudo which
RUN pacman -Syu --noconfirm && pacman -Sy --noconfirm $PACKAGES $EXTRA_ARCH
COPY bin/main.sh /root/main.sh
RUN chmod +x /root/main.sh