a645950d35
The python-builder base image was updated to no longer install recommends. This is inline with the other Infra images and keeps image sizes smaller. gcc recommended libc6-dev - but it turns out we need that for limits.h for one of our depends. Add it to fix our image builds. Change-Id: Ic7db84155f8d5f61007dfe47e380dccade0992cc
20 lines
683 B
Plaintext
20 lines
683 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]
|
|
libc6-dev [compile test platform:dpkg]
|
|
libffi-devel [platform:rpm]
|
|
libffi-dev [compile test platform:apk platform:dpkg]
|
|
libffi6 [platform:dpkg]
|
|
libffi [platform:apk]
|
|
libressl-dev [compile test platform:apk]
|
|
libssl-dev [compile test platform:dpkg]
|
|
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]
|
|
sudo
|
|
zookeeperd [platform:dpkg test]
|
|
zookeeper [platform:rpm test]
|