Compare commits

..

No commits in common. "8ee26f8d0f903174ecf8cf0f3ca939e70a563f8e" and "e0e4c52dd0be03530cff7d92c55d534629ab945b" have entirely different histories.

2 changed files with 3 additions and 6 deletions

View File

@ -1,22 +1,19 @@
FROM archlinux
FROM archlinux:base-devel
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://repo-arch.magicuser.cf/$arch
Server = https://github.com/MedzikUser/archlinux-repo/raw/repo/$arch