diff --git a/libvirt/Dockerfile b/libvirt/Dockerfile index 977bb9f0..14210e57 100644 --- a/libvirt/Dockerfile +++ b/libvirt/Dockerfile @@ -25,7 +25,7 @@ RUN < /etc/apt/sources.list.d/cloudarchive.list - elif [[ "${RELEASE}" = "zed" ]]; then + elif [[ "${RELEASE}" = "zed" || "${RELEASE}" = "antelope" ]]; then echo "deb http://ubuntu-cloud.archive.canonical.com/ubuntu $(lsb_release -sc)-updates/${RELEASE} main" > /etc/apt/sources.list.d/cloudarchive.list else echo "${RELEASE} is not supported on $(lsb_release -sc)" @@ -57,6 +57,7 @@ RUN <