From b36600eeed58c76f9134d6a933e5e21c7ea8b701 Mon Sep 17 00:00:00 2001 From: James Calderon Date: Sun, 31 Dec 2023 13:50:30 -0500 Subject: [PATCH] testing --- Containerfile | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Containerfile b/Containerfile index 9e591eb..98eb7c9 100644 --- a/Containerfile +++ b/Containerfile @@ -18,13 +18,13 @@ COPY packages.dnf /tmp/packages.dnf # Install packages from the list RUN dnf -y install $(cat /tmp/packages.dnf) -# # Sym-link to host binaries -RUN ln -fs /bin/sh /usr/bin/sh && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \ - ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update +# # # Sym-link to host binaries +# RUN ln -fs /bin/sh /usr/bin/sh && \ +# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/docker && \ +# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/flatpak && \ +# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/podman && \ +# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/rpm-ostree && \ +# ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update # # Copy the install script and packages file # COPY install_homebrew.sh /home/jim/