Debian: Switch from antelope to bobcat APT repository

Change-Id: Ife390597433fcededf15ecc09db626983e1b8cfd
This commit is contained in:
Michal Arbet 2023-10-05 11:40:17 +02:00
parent 050418a2d4
commit a1261160da
1 changed files with 1 additions and 1 deletions

View File

@ -252,7 +252,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_antelope \
&& extrepo enable openstack_bobcat \
&& apt purge -y extrepo \
&& apt --purge autoremove -y \
&& apt clean