diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 6cdee2b..678414d 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 diff --git a/README.md b/README.md index adcdcb7..07326df 100644 --- a/README.md +++ b/README.md @@ -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