docker: user wildcard minor ppa git version to overcome updates

Fix https://github.com/cirosantilli/linux-kernel-module-cheat/issues/219
This commit is contained in:
Ciro Santilli
2022-06-17 07:55:20 +01:00
parent 3accfcda21
commit 552b391db8

2
setup
View File

@@ -17,7 +17,7 @@ if [ -f /.dockerenv ]; then
apt install -y software-properties-common apt install -y software-properties-common
add-apt-repository -y ppa:git-core/ppa add-apt-repository -y ppa:git-core/ppa
$sudo apt update $sudo apt update
git=git=1:2.36.0-0ppa1~ubuntu20.04.1 git='git=1:2.36.*'
else else
git=git git=git
fi fi