
- uplifted some python modules - fixed tox4 requirements - added focal build node as a default one - added bindep.txt and bindep role to playbooks and docker image build process - changes Makefile to reflect GoLang and dependency management changes - upgraded Helm to v3 for chart build process - uplifted postgresql version to 14.6 - fixed deprecated falcon.API - replaced with falcon.APP - fixed upstream docker image publishing process Change-Id: I307d72bb7680f6f5c71e42ad30666cf786420460
25 lines
385 B
Plaintext
25 lines
385 B
Plaintext
# These are host packages needed for Drydock
|
|
# that don't come on a minimal Ubuntu install
|
|
build-essential
|
|
curl
|
|
git
|
|
golang-go
|
|
libffi-dev
|
|
libkrb5-dev
|
|
libpq-dev
|
|
libre2-dev
|
|
libsasl2-dev
|
|
libssl-dev
|
|
libvirt-dev
|
|
libzmq3-dev
|
|
netbase
|
|
pkg-config
|
|
python3-dev
|
|
python3-pip
|
|
python3-setuptools
|
|
ssh
|
|
tox
|
|
|
|
# PlantUML is used for documentation builds, graphviz is it's soft dependancy
|
|
plantuml
|
|
graphviz |