f274c0f6bf
Use the opendevorg/python-builder image to build nodepool images with a Dockerfile and multi-stage builds. bindep wasn't installing gcc for dpkg. Remove the platform restrictions for it. Change-Id: I0282b75ffad3d0ae1b589381010a3d4273fceb07
17 lines
588 B
Plaintext
17 lines
588 B
Plaintext
# This is a cross-platform list tracking distribution packages needed by tests;
|
|
# see http://docs.openstack.org/infra/bindep/ for additional information.
|
|
|
|
gcc [compile test]
|
|
libffi-devel [platform:rpm]
|
|
libffi-dev [platform:dpkg]
|
|
libffi-dev [compile test platform:apk]
|
|
libffi [platform:apk]
|
|
libressl-dev [compile test platform:apk]
|
|
linux-headers [compile test platform:apk]
|
|
make [compile test platform:apk]
|
|
musl-dev [compile test platform:apk]
|
|
python3-dev [compile test platform:dpkg]
|
|
python3-devel [compile test platform:rpm]
|
|
zookeeperd [platform:dpkg test]
|
|
zookeeper [platform:rpm test]
|