Add git to packages in Dockerfile

This commit is contained in:
myve 2024-07-24 04:22:57 +00:00
commit 7ea4c349c2

View file

@ -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 \