Skip to content
This repository was archived by the owner on Aug 7, 2026. It is now read-only.

Commit e7d5cd4

Browse files
committed
Fix github-cli toolbox build
1 parent cb43ec2 commit e7d5cd4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dot_toolboxes/github-cli/Containerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ FROM quay.io/jometzner/toolbox-base:42
22

33
RUN dnf install dnf5-plugins
44
RUN dnf config-manager addrepo --from-repofile=https://cli.github.com/packages/rpm/gh-cli.repo
5-
RUN dnf install gh --repo gh-cli
5+
RUN dnf install -y gh --repo gh-cli && dnf clean all

0 commit comments

Comments
 (0)