mirror of
https://github.com/luzifer-docker/aur-update.git
synced 2024-12-20 19:21:15 +00:00
Initial version
This commit is contained in:
commit
f96e94d031
1 changed files with 10 additions and 0 deletions
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
Loading…
Reference in a new issue