Initial version

This commit is contained in:
Knut Ahlers 2018-12-28 12:17:43 +01:00
commit f96e94d031
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

10
Dockerfile Normal file
View file

@ -0,0 +1,10 @@
FROM archlinux/base:latest
RUN set -ex \
&& pacman -Sy \
&& pacman -S --noconfirm --needed \
base-devel \
curl \
git \
jq \
pacman-contrib