From 6b64c6e5a2dd86efb8a7c34b223c604e06671a00 Mon Sep 17 00:00:00 2001 From: ER Date: Wed, 9 Aug 2023 20:50:16 +0300 Subject: [PATCH] chore: remove wallpaper rpm installation (for now) --- Containerfile | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/Containerfile b/Containerfile index d76888b..e1387b7 100644 --- a/Containerfile +++ b/Containerfile @@ -53,9 +53,9 @@ COPY build.sh /tmp/build.sh COPY modules /tmp/modules/ # Run the build script, then clean up temp files and finalize container build. -# TODO move this rpm-ostree cmd somewhere else -RUN rpm-ostree install /tmp/ublue-os-wallpapers-0.1-1.fc38.noarch.rpm && \ - chmod +x /tmp/build.sh && \ - /tmp/build.sh && \ - rm -rf /tmp/* /var/* && \ - ostree container commit +RUN chmod +x /tmp/build.sh && /tmp/build.sh && \ + rm -rf /tmp/* /var/* && ostree container commit + +# Storage +# TODO turn this bling installation stuff into a module +# rpm-ostree install /tmp/ublue-os-wallpapers-0.1-1.fc38.noarch.rpm \ No newline at end of file