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

View File

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