diff --git a/buildscript.sh b/buildscript.sh index 6994441..3b35063 100644 --- a/buildscript.sh +++ b/buildscript.sh @@ -26,7 +26,7 @@ apt-get install \ pkg-config \ uidmap -apt install -y jq wget curl +apt install -y jq wget curl make VERSION=$(curl -s https://api.github.com/repos/containers/podman/releases/latest | jq '.name' -r) export VERSION