
This PS is to install libyaml from apt instead of building it from source. Also we upgrade the Helm version to 3.17.3 because of CVE. In order to decrease the image size *-dev libs are installed only when needed to build/install Python packages. Change-Id: I933e3cb639b80efe6f64fc279998f45369826d4c
26 lines
394 B
Plaintext
26 lines
394 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
|
|
libyaml-dev
|
|
libvirt-dev
|
|
libzmq3-dev
|
|
netbase
|
|
pkg-config
|
|
python3-dev
|
|
python3-pip
|
|
python3-setuptools
|
|
ssh
|
|
|
|
|
|
# PlantUML is used for documentation builds, graphviz is it's soft dependancy
|
|
plantuml
|
|
graphviz |