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 \