Compare commits

...

2 commits

Author SHA1 Message Date
93dc3b2ae2
Update Dockerfile 2021-10-23 13:59:12 +02:00
8af188ddf5
add yay to install 2021-10-23 12:45:41 +02:00

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