From 96a860ab1d0bf77adb83ee77680309ec5eb1baeb Mon Sep 17 00:00:00 2001 From: sickcodes <65906298+sickcodes@users.noreply.github.com> Date: Sat, 18 Sep 2021 16:56:05 +0000 Subject: [PATCH] Change to `FROM archlinux:base-devel` --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 5c7c872..596293a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM archlinux/base +FROM archlinux:base-devel RUN pacman -Syu --noconfirm \ sed \ git \