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