mirror of
https://github.com/pgadmin-org/pgadmin4.git
synced 2024-12-26 17:01:13 -06:00
Ubuntu 20.04 needs python3-wheel to be explicitly installed.
This commit is contained in:
parent
9d08776824
commit
12a7ce54d9
@ -25,5 +25,5 @@ apt update
|
||||
|
||||
# Install pre-reqs
|
||||
echo "Installing build pre-requisites..."
|
||||
apt install -y build-essential python3-dev python3-venv python3-sphinx libpq-dev libffi-dev qt5-default nodejs yarn
|
||||
apt install -y build-essential python3-dev python3-venv python3-sphinx python3-wheel libpq-dev libffi-dev qt5-default nodejs yarn
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user