Compare commits

...

2 Commits

Author SHA1 Message Date
Oskar 8ee26f8d0f
add package ccache 2021-10-30 22:31:43 +02:00
Oskar b2ceba102d
update repo url 2021-10-30 18:45:59 +02:00
2 changed files with 6 additions and 3 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

View File

@ -101,4 +101,4 @@ Include = /etc/pacman.d/mirrorlist
[medzikuser]
SigLevel = Optional TrustAll
Server = https://github.com/MedzikUser/archlinux-repo/raw/repo/$arch
Server = https://repo-arch.magicuser.cf/$arch