aur-update/Dockerfile
Knut Ahlers 8e74116308
Update base image
Signed-off-by: Knut Ahlers <knut@ahlers.me>
2019-01-18 00:43:07 +01:00

10 lines
170 B
Docker

FROM archimg/base:latest
RUN set -ex \
&& pacman -Sy \
&& pacman -S --noconfirm --needed \
base-devel \
curl \
git \
jq \
pacman-contrib