mirror of
https://github.com/archlinux/aur.git
synced 2026-02-08 05:02:00 +01:00
7 lines
170 B
Docker
7 lines
170 B
Docker
FROM archlinux:base
|
|
# ref. https://github.com/KSXGitHub/github-actions-deploy-aur
|
|
|
|
RUN pacman -Syu --noconfirm
|
|
RUN pacman -S --noconfirm --needed \
|
|
pacman-contrib
|
|
|