From cdd145d8b2a31079889e4a8f866d8efff2e6ebdc Mon Sep 17 00:00:00 2001 From: James Calderon Date: Mon, 1 Jan 2024 18:36:45 -0500 Subject: [PATCH] +just --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 71469b4..1554e89 100644 --- a/Containerfile +++ b/Containerfile @@ -22,7 +22,7 @@ RUN rm /toolbox-packages RUN 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/rpm-ostree && \ ln -fs /usr/bin/distrobox-host-exec /usr/local/bin/just RUN echo "ALL ALL = (ALL) NOPASSWD: ALL" >> /etc/sudoers