From 6430f74b5d70a58ac8f129e6d605aad41807a03f Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sun, 5 Nov 2023 17:23:32 +0100 Subject: [PATCH] move to /usr/bin --- Dockerfile | 1 - usr/{local => }/bin/update-distroboxes | 0 2 files changed, 1 deletion(-) rename usr/{local => }/bin/update-distroboxes (100%) diff --git a/Dockerfile b/Dockerfile index 1ac5530..66720ea 100644 --- a/Dockerfile +++ b/Dockerfile @@ -41,7 +41,6 @@ RUN sed -i 's/zram-size.*/zram-size = min(ram, 16384)/' /usr/lib/systemd/zram-ge # Copy config files COPY etc /etc # Copy /usr -RUN mkdir -p /usr/local/bin COPY usr /usr # Clear cache, /var and /tmp and commit ostree diff --git a/usr/local/bin/update-distroboxes b/usr/bin/update-distroboxes similarity index 100% rename from usr/local/bin/update-distroboxes rename to usr/bin/update-distroboxes