Merge branch 'install-git' into 'master'

Install git, add to the README

See merge request archlinux/archlinux-docker!83
This commit is contained in:
Kristian Klausen 2023-09-25 20:20:56 +02:00
commit e688cede58
No known key found for this signature in database
GPG Key ID: E2BE346E410366C3
2 changed files with 3 additions and 2 deletions

View File

@ -62,7 +62,7 @@ get_version:
matrix:
- GROUP: [base, base-devel]
before_script:
- pacman -Syu --noconfirm make fakechroot fakeroot
- pacman -Syu --noconfirm git make fakechroot fakeroot
- pacman -Sdd --noconfirm devtools
script:
- make $PWD/output/Dockerfile.$GROUP

View File

@ -54,7 +54,8 @@ image for Arch Linux.
Install the following Arch Linux packages:
* make
* devtools
* devtools (for the pacman.conf files)
* git (to fetch the commit/revision number)
* podman
* fakechroot
* fakeroot