Skip to content

Commit

Permalink
ci: ensure correct repos are used
Browse files Browse the repository at this point in the history
  • Loading branch information
andyholmes committed Oct 1, 2023
1 parent 5e3730a commit 402d6fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion build-aux/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,9 @@

FROM ghcr.io/andyholmes/actuary:latest

RUN dnf install -y --enablerepo=fedora-debuginfo,updates-debuginfo \
RUN dnf install -y \
--enablerepo=fedora-debuginfo,updates-debuginfo \
--disablerepo=updates-testing,updates-testing-debuginfo \
--setopt=install_weak_deps=False \
glibc-langpack-en glibc-locale-source gi-docgen graphviz itstool rsync \
yelp-tools \
Expand Down

0 comments on commit 402d6fc

Please sign in to comment.