Add binutils to nodepool builder docker image
When building Ubuntu 22.04 (Jammy), we need ``ar`` as extractor because dpkg-deb on bullseye doesn't support the required compression algorithm. Make sure that it is installed in the docker image. Signed-off-by: Dr. Jens Harbott <harbott@osism.tech> Change-Id: Icb0e40827c9f8ac583fa143545e6bed9641bf613
This commit is contained in:
parent
7a3a95d468
commit
21ae2c2378
@ -75,6 +75,7 @@ RUN \
|
||||
&& echo "deb http://ppa.launchpad.net/openstack-ci-core/debootstrap/ubuntu focal main" >> /etc/apt/sources.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
binutils \
|
||||
curl \
|
||||
dnf \
|
||||
debian-keyring \
|
||||
|
Loading…
x
Reference in New Issue
Block a user