Skip to content

Commit

Permalink
build: Add packages on Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
markuslf committed Dec 7, 2023
1 parent cf9c542 commit 4bf9e7a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build/ubuntu1804/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu2004/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion build/ubuntu2204/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 4bf9e7a

Please sign in to comment.