Compare commits

...

2 Commits

Author SHA1 Message Date
Oskar 93dc3b2ae2
Update Dockerfile 2021-10-23 13:59:12 +02:00
Oskar 8af188ddf5
add yay to install 2021-10-23 12:45:41 +02:00
1 changed files with 2 additions and 1 deletions

View File

@ -4,6 +4,7 @@ ADD pacman.conf /etc/pacman.conf
ADD mirrorlist /etc/pacman.d/mirrorlist
RUN pacman -Syu --noconfirm \
yay \
git \
git-lfs \
base \
@ -12,7 +13,7 @@ RUN pacman -Syu --noconfirm \
python \
python-pip \
python-requests \
&& pacman -Scc
&& yes | pacman -Scc
RUN useradd --create-home build