From a470fa816cf8564dd0e00889c20e36b3812a9e0e Mon Sep 17 00:00:00 2001 From: khai96_ Date: Sun, 7 Feb 2021 10:33:55 +0700 Subject: [PATCH] Use archlinux:base-devel --- Dockerfile | 2 +- Dockerfile.template | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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