Skip to content

Commit

Permalink
Make the docker push pipeline work again
Browse files Browse the repository at this point in the history
  • Loading branch information
fabianbs96 authored Apr 25, 2024
1 parent 9c20aca commit aa206e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/InstallAptDependencies.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,4 @@ set -e

sudo apt-get update
sudo apt-get install git -y
sudo apt-get install zlib1g-dev python3 g++ ninja-build cmake -y
sudo apt-get install zlib1g-dev python3 python3-pip g++ ninja-build cmake -y

0 comments on commit aa206e3

Please sign in to comment.