Skip to content

Commit 97d027c

Browse files
committed
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
1 parent c5719a1 commit 97d027c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bindep.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
# see https://docs.openstack.org/infra/bindep/ for additional information.
33

44
gcc [compile test]
5+
libc6-dev [compile test platform:dpkg]
56
libffi-devel [platform:rpm]
67
libffi-dev [compile test platform:dpkg]
78
libffi6 [platform:dpkg]

0 commit comments

Comments
 (0)