Skip to content

Commit

Permalink
more ln's to items (skopeo, htop, cosign)
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmmcgee committed Oct 7, 2023
1 parent f61b5a3 commit 5209e76
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,10 @@ RUN dnf install -y \
# link some things back
RUN ln -sf /usr/bin/distrobox-host.exec /usr/local/bin/buildah && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/cosign && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/htop && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/podman && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/skopeo && \
ln -sf /usr/bin/distrobox-host-exec /usr/local/bin/xdg-open

# Cleanup
Expand Down

0 comments on commit 5209e76

Please sign in to comment.