Dockerfile: update vhd-util install for Ubuntu Focal
The openstack-ci-core vhd-util packages have been rebuilt against Ubuntu Focal. It is the same version of the tools, albiet with some minor fixes for some string issues/null dereferences the newer gcc picks up. This now includes an ARM64 build of the tool as well. Change-Id: I54d4a842d0c6ff83e4cb8498b8587e7515bf18cf
This commit is contained in:
parent
898bfe1c6f
commit
213a07f032
@ -62,7 +62,7 @@ RUN echo "nodepool ALL=(ALL) NOPASSWD:ALL" > /etc/sudoers.d/nodepool-sudo \
|
||||
COPY tools/openstack-ci-core-ppa.asc /etc/apt/trusted.gpg.d/
|
||||
|
||||
RUN \
|
||||
echo "deb http://ppa.launchpad.net/openstack-ci-core/vhd-util/ubuntu bionic main" >> /etc/apt/sources.list \
|
||||
echo "deb http://ppa.launchpad.net/openstack-ci-core/vhd-util/ubuntu focal main" >> /etc/apt/sources.list \
|
||||
&& echo "deb http://ppa.launchpad.net/openstack-ci-core/debootstrap/ubuntu focal main" >> /etc/apt/sources.list \
|
||||
&& apt-get update \
|
||||
&& apt-get install -y \
|
||||
|
Loading…
Reference in New Issue
Block a user