From 4bf9e7a1ce6c2a1612707cff924e4c6c4fb41865 Mon Sep 17 00:00:00 2001 From: Markus Frei Date: Thu, 7 Dec 2023 13:57:06 +0100 Subject: [PATCH] build: Add packages on Ubuntu --- build/ubuntu1804/build.sh | 2 +- build/ubuntu2004/build.sh | 2 +- build/ubuntu2204/build.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/build/ubuntu1804/build.sh b/build/ubuntu1804/build.sh index 3b036467..fb6d9c15 100644 --- a/build/ubuntu1804/build.sh +++ b/build/ubuntu1804/build.sh @@ -8,7 +8,7 @@ PACKAGE_ITERATION="$2" # 2, if there is a bugfix for this package (not for the m apt-get -y update apt-get -y install git -apt-get -y install python3-venv +apt-get -y install python3-venv python3-pip # dependencies for gem / fpm apt-get install -y ruby ruby-dev rubygems build-essential diff --git a/build/ubuntu2004/build.sh b/build/ubuntu2004/build.sh index 3b036467..fb6d9c15 100644 --- a/build/ubuntu2004/build.sh +++ b/build/ubuntu2004/build.sh @@ -8,7 +8,7 @@ PACKAGE_ITERATION="$2" # 2, if there is a bugfix for this package (not for the m apt-get -y update apt-get -y install git -apt-get -y install python3-venv +apt-get -y install python3-venv python3-pip # dependencies for gem / fpm apt-get install -y ruby ruby-dev rubygems build-essential diff --git a/build/ubuntu2204/build.sh b/build/ubuntu2204/build.sh index 3b036467..fb6d9c15 100644 --- a/build/ubuntu2204/build.sh +++ b/build/ubuntu2204/build.sh @@ -8,7 +8,7 @@ PACKAGE_ITERATION="$2" # 2, if there is a bugfix for this package (not for the m apt-get -y update apt-get -y install git -apt-get -y install python3-venv +apt-get -y install python3-venv python3-pip # dependencies for gem / fpm apt-get install -y ruby ruby-dev rubygems build-essential