From 7ea4c349c20d76c6e7b92dcac27c8ca9699481e4 Mon Sep 17 00:00:00 2001 From: myve Date: Wed, 24 Jul 2024 04:22:57 +0000 Subject: [PATCH] Add git to packages in Dockerfile --- base/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/base/Dockerfile b/base/Dockerfile index 748aa0c..a65e9ed 100644 --- a/base/Dockerfile +++ b/base/Dockerfile @@ -21,7 +21,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \ && pacman -Sy --ask 4 archlinux-keyring \ && pacman -Su --ask 4 --needed ${addpkg} \ sudo bash bash-completion \ - inetutils python-numpy python-setuptools \ + git inetutils python-numpy python-setuptools \ nginx-mainline \ && pacman -Scc --ask 4 \ && useradd --create-home --gid users --shell /usr/bin/bash user \