diff --git a/Dockerfile b/Dockerfile index 4382344..52871a2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,19 +1,22 @@ -FROM archlinux:base-devel +FROM archlinux ADD pacman.conf /etc/pacman.conf ADD mirrorlist /etc/pacman.d/mirrorlist RUN pacman -Syu --noconfirm \ + && pacman -S --noconfirm \ + base \ + base-devel \ yay \ git \ git-lfs \ - base \ wget \ curl \ pacman-contrib \ python \ python-pip \ python-requests \ + ccache \ && yes | pacman -Scc RUN useradd --create-home build