Merge "Debian: use Xena binary packages"

This commit is contained in:
Zuul 2021-09-27 20:07:23 +00:00 committed by Gerrit Code Review
commit e6c124f6c2
1 changed files with 1 additions and 1 deletions

View File

@ -290,7 +290,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_wallaby \
&& extrepo enable openstack_xena \
&& apt purge -y extrepo \
&& apt --purge autoremove -y \
&& apt clean