add package ccache

This commit is contained in:
Oskar 2021-10-30 22:31:43 +02:00 committed by GitHub
parent b2ceba102d
commit 8ee26f8d0f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 5 additions and 2 deletions

View File

@ -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