Skip to content

Commit

Permalink
add pip and mako to provisiining script
Browse files Browse the repository at this point in the history
  • Loading branch information
Neumann-A committed Jul 13, 2020
1 parent 7fcbd1e commit 813a020
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion scripts/azure-pipelines/linux/provision-image.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,10 @@ APT_PACKAGES="$APT_PACKAGES libxkbcommon-dev libxcb-keysyms1-dev \
APT_PACKAGES="$APT_PACKAGES libkrb5-dev"

# Additionally required by mesa
APT_PACKAGES="$APT_PACKAGES python3-setuptools"
APT_PACKAGES="$APT_PACKAGES python3-setuptools python3-mako"

# Additionally required by some packages to install additional python packages
APT_PACKAGES="$APT_PACKAGES python3-pip"

# Additionally required/installed by Azure DevOps Scale Set Agents
APT_PACKAGES="$APT_PACKAGES liblttng-ust0 libkrb5-3 zlib1g libicu60"
Expand Down

0 comments on commit 813a020

Please sign in to comment.