Skip to content

Commit

Permalink
fix(ci): intall topgrade before building
Browse files Browse the repository at this point in the history
  • Loading branch information
gerblesh committed Jun 10, 2024
1 parent f62e60e commit f4acbf1
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Containerfile.builder
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@ WORKDIR /app
ADD . /app

RUN dnf install python3-pip && pip install topgrade

RUN dnf install \
--disablerepo='*' \
--enablerepo='fedora,updates' \
Expand All @@ -17,7 +19,7 @@ RUN dnf install \
rpm-build && \
mkdir -p "$UBLUE_ROOT" && \
rpkg spec --outdir "$UBLUE_ROOT" && \
dnf builddep -y output/ublue-update.spec
dnf builddep -y output/ublue-update.spec \

FROM builder AS rpm

Expand Down

0 comments on commit f4acbf1

Please sign in to comment.