Add libc6-dev to bindep

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
This commit is contained in:
Monty Taylor 2020-03-26 09:07:40 -05:00
parent 8d3f3ae5ea
commit a645950d35
1 changed files with 1 additions and 0 deletions

View File

@ -2,6 +2,7 @@
# 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]