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