From 8ee26f8d0f903174ecf8cf0f3ca939e70a563f8e Mon Sep 17 00:00:00 2001 From: Oskar Date: Sat, 30 Oct 2021 22:31:43 +0200 Subject: [PATCH] add package ccache --- Dockerfile | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) 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