diff --git a/Dockerfile b/Dockerfile index fa6673a..4095619 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -from archlinux/base +from archlinux:base-devel copy pacman.conf /etc/pacman.conf run pacman -Syu --noconfirm diff --git a/Dockerfile.template b/Dockerfile.template index 49a1477..985b46b 100644 --- a/Dockerfile.template +++ b/Dockerfile.template @@ -1,4 +1,4 @@ -from archlinux/base +from archlinux:base-devel copy pacman.conf /etc/pacman.conf run pacman -Syu --noconfirm