Debian: use OpenStack Zed repos

With source base images we use small amount of packages from there.
Some Python/JS updates and novnc/spice stuff.

Change-Id: I41d8d3ae0e43ba7b54b126e076134f13dcab7859
This commit is contained in:
Marcin Juszkiewicz 2022-09-01 10:05:57 +02:00
parent 0c501542e0
commit e8d085b606
1 changed files with 1 additions and 1 deletions

View File

@ -279,7 +279,7 @@ COPY sources.list /etc/apt/sources.list.d/kolla-custom.list
RUN apt update \
&& apt install -y --no-install-recommends extrepo \
&& extrepo enable openstack_yoga \
&& extrepo enable openstack_zed \
&& apt purge -y extrepo \
&& apt --purge autoremove -y \
&& apt clean