mirror of
https://git.myvelabs.com/novnc/archlinux.git
synced 2025-12-17 21:26:20 +00:00
Add git to packages in Dockerfile
This commit is contained in:
parent
d9ecb5a5ad
commit
7ea4c349c2
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ RUN --mount=type=cache,sharing=locked,target=/var/cache/pacman \
|
||||||
&& pacman -Sy --ask 4 archlinux-keyring \
|
&& pacman -Sy --ask 4 archlinux-keyring \
|
||||||
&& pacman -Su --ask 4 --needed ${addpkg} \
|
&& pacman -Su --ask 4 --needed ${addpkg} \
|
||||||
sudo bash bash-completion \
|
sudo bash bash-completion \
|
||||||
inetutils python-numpy python-setuptools \
|
git inetutils python-numpy python-setuptools \
|
||||||
nginx-mainline \
|
nginx-mainline \
|
||||||
&& pacman -Scc --ask 4 \
|
&& pacman -Scc --ask 4 \
|
||||||
&& useradd --create-home --gid users --shell /usr/bin/bash user \
|
&& useradd --create-home --gid users --shell /usr/bin/bash user \
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue