From 04c639aed64668cc0106dc01d87931ec6e62997b Mon Sep 17 00:00:00 2001 From: MedzikUser Date: Sat, 9 Oct 2021 14:42:03 +0200 Subject: [PATCH] update --- Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 18805e5..de1ced5 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,3 +1,5 @@ FROM archlinux:base-devel -RUN pacman -Syu --noconfirm +RUN pacman -Syu --noconfirm \ + git \ + base