Skip to content

Commit

Permalink
use new config-manager syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
lleyton authored Jun 24, 2024
1 parent 8bdbe7e commit 567bfad
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ FROM registry.fedoraproject.org/fedora-minimal:rawhide

RUN dnf5 update -y --setopt=install_weak_deps=False

RUN dnf5 install -y --setopt=install_weak_deps=False 'dnf5-command(config-manager)'
RUN dnf5 config-manager --add-repo='https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo'
RUN dnf5 config-manager --add-repo https://cli.github.com/packages/rpm/gh-cli.repo
RUN dnf5 install -y --setopt=install_weak_deps=False dnf5-plugins
RUN dnf5 config-manager addrepo --from-repofile='https://github.com/terrapkg/subatomic-repos/raw/main/terra.repo'
RUN dnf5 config-manager addrepo --from-repofile=https://cli.github.com/packages/rpm/gh-cli.repo

RUN dnf5 -y --setopt=install_weak_deps=False install terra-mock-configs subatomic-cli anda mock rpm-build mock-scm rpmlint git-core git-lfs curl wget less podman fuse-overlayfs sudo gh

Expand Down

0 comments on commit 567bfad

Please sign in to comment.