From 3d9e5a96d793281c979b90f0ba32488a22bd233c Mon Sep 17 00:00:00 2001 From: Bastien Riviere Date: Sun, 13 Oct 2024 18:15:00 +0200 Subject: [PATCH] chore: use system op --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index d9a389d..897da87 100644 --- a/Containerfile +++ b/Containerfile @@ -23,4 +23,5 @@ RUN ln -fs /bin/sh /usr/bin/sh && \ 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 + ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/transactional-update && \ + ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/op