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:
Ian Wienand 2020-07-21 11:51:19 +10:00
parent 898bfe1c6f
commit 213a07f032
1 changed files with 1 additions and 1 deletions

View File

@ -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 \