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