From 97d027caecdb977779ff130bb9ee2b3204c5646c Mon Sep 17 00:00:00 2001 From: Monty Taylor Date: Thu, 26 Mar 2020 08:46:13 -0500 Subject: [PATCH] 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: I97950d71bc455c269490812c6597fbe432641733 --- bindep.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/bindep.txt b/bindep.txt index c5ae6c6097..cf94d2a8cb 100644 --- a/bindep.txt +++ b/bindep.txt @@ -2,6 +2,7 @@ # see https://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:dpkg] libffi6 [platform:dpkg]