Add build-essential and libpq-dev to dependencies
This commit is contained in:
parent
9f396dfa5c
commit
fe35a5e62c
@ -16,7 +16,10 @@ update_os
|
|||||||
msg_info "Installing Dependencies"
|
msg_info "Installing Dependencies"
|
||||||
$STD apt-get install -y \
|
$STD apt-get install -y \
|
||||||
apt-transport-https \
|
apt-transport-https \
|
||||||
ca-certificates nginx
|
build-essential \
|
||||||
|
ca-certificates \
|
||||||
|
libpq-dev \
|
||||||
|
nginx
|
||||||
msg_ok "Installed Dependencies"
|
msg_ok "Installed Dependencies"
|
||||||
|
|
||||||
PYTHON_VERSION="3.11" setup_uv
|
PYTHON_VERSION="3.11" setup_uv
|
||||||
|
Loading…
x
Reference in New Issue
Block a user