pika-debian-bleedingedge/Dockerfile
Ward Nakchbandi (Cosmic Fusion) be9e915ed0
Update Dockerfile
2023-08-14 17:43:06 +03:00

8 lines
267 B
Docker

# We just want archlinux with an aur helper already included
# Bump for rebuild on 14/08/2023 17:30 UTC +3
FROM archlinux:latest
RUN pacman -S --needed git base-devel --noconfirm
RUN git clone https://aur.archlinux.org/yay.git
RUN cd yay
RUN makepkg -si --noconfirm