chore: Fix install order for topgrade & ublue-update

This commit is contained in:
Kyle Gospodnetich 2024-01-25 19:13:08 -08:00
parent 0c1c140629
commit 384ea21f3c

View File

@ -209,9 +209,7 @@ RUN rpm-ostree override remove \
|| true
# Install new packages
RUN pip install --prefix=/usr topgrade && \
rpm-ostree install \
ublue-update \
RUN rpm-ostree install \
discover-overlay \
python3-pip \
libadwaita \
@ -263,6 +261,9 @@ RUN pip install --prefix=/usr topgrade && \
gum \
setools \
redhat-lsb-core && \
pip install --prefix=/usr topgrade && \
rpm-ostree install \
ublue-update && \
sed -i 's@enabled=1@enabled=0@g' /etc/yum.repos.d/_copr_ublue-os-staging.repo && \
rpm-ostree install \
nerd-fonts && \