Update Dockerfile
This commit is contained in:
parent
be9e915ed0
commit
759f63de52
@ -1,6 +1,7 @@
|
|||||||
# We just want archlinux with an aur helper already included
|
# We just want archlinux with an aur helper already included
|
||||||
# Bump for rebuild on 14/08/2023 17:30 UTC +3
|
# Bump for rebuild on 14/08/2023 17:30 UTC +3
|
||||||
FROM archlinux:latest
|
FROM archlinux:latest
|
||||||
|
RUN pacman -Syu --noconfirm
|
||||||
RUN pacman -S --needed git base-devel --noconfirm
|
RUN pacman -S --needed git base-devel --noconfirm
|
||||||
RUN git clone https://aur.archlinux.org/yay.git
|
RUN git clone https://aur.archlinux.org/yay.git
|
||||||
RUN cd yay
|
RUN cd yay
|
||||||
|
Loading…
Reference in New Issue
Block a user