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 pacman.conf /etc/pacman.conf
ADD mirrorlist /etc/pacman.d/mirrorlist ADD mirrorlist /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm \ RUN pacman -Syu --noconfirm \
&& pacman -S --noconfirm \
base \
base-devel \
yay \ yay \
git \ git \
git-lfs \ git-lfs \
base \
wget \ wget \
curl \ curl \
pacman-contrib \ pacman-contrib \
python \ python \
python-pip \ python-pip \
python-requests \ python-requests \
ccache \
&& yes | pacman -Scc && yes | pacman -Scc
RUN useradd --create-home build RUN useradd --create-home build