mirror of
https://github.com/luzifer-docker/aur-update.git
synced 2024-12-20 11:11:17 +00:00
10 lines
175 B
Docker
10 lines
175 B
Docker
FROM luzifer/archlinux:latest
|
|
|
|
RUN set -ex \
|
|
&& pacman -Sy \
|
|
&& pacman -S --noconfirm --needed \
|
|
base-devel \
|
|
curl \
|
|
git \
|
|
jq \
|
|
pacman-contrib
|