diff --git a/Dockerfile b/Dockerfile index e04d63417..5252aea36 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \ diff --git a/bindep.txt b/bindep.txt index 79d2aa3a3..26a9ad5fb 100644 --- a/bindep.txt +++ b/bindep.txt @@ -10,7 +10,7 @@ libffi [platform:apk] libressl-dev [compile test platform:apk] libssl-dev [compile test platform:dpkg] linux-headers [compile test platform:apk] -make [compile test platform:apk] +make [compile test platform:apk platform:dpkg] musl-dev [compile test platform:apk] python3-dev [compile test platform:dpkg] python3-devel [compile test platform:rpm]