Skip to content

Commit

Permalink
toolbox: Fix 'Install gh (GitHub) cli'
Browse files Browse the repository at this point in the history
  • Loading branch information
travier committed Oct 8, 2024
1 parent 2a53e67 commit 60df7d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions toolbox/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,9 @@ RUN sed -i "s/enabled=1/enabled=0/" /etc/yum.repos.d/fedora-cisco-openh264.repo
vim \
zoxide \
zsh \
&& dnf install 'dnf-command(config-manager)' \
&& dnf install -y 'dnf-command(config-manager)' \
&& dnf config-manager --add-repo "https://cli.github.com/packages/rpm/gh-cli.repo" \
&& dnf install gh --repo gh-cli \
&& dnf install -y gh --repo gh-cli \
&& dnf config-manager --disable gh-cli \
&& dnf -y install \
policycoreutils \
Expand Down

0 comments on commit 60df7d0

Please sign in to comment.