chore: remove wallpaper rpm installation (for now)

This commit is contained in:
ER
2023-08-09 20:50:16 +03:00
parent 40be688074
commit 6b64c6e5a2

View File

@@ -53,9 +53,9 @@ COPY build.sh /tmp/build.sh
COPY modules /tmp/modules/ COPY modules /tmp/modules/
# Run the build script, then clean up temp files and finalize container build. # Run the build script, then clean up temp files and finalize container build.
# TODO move this rpm-ostree cmd somewhere else RUN chmod +x /tmp/build.sh && /tmp/build.sh && \
RUN rpm-ostree install /tmp/ublue-os-wallpapers-0.1-1.fc38.noarch.rpm && \ rm -rf /tmp/* /var/* && ostree container commit
chmod +x /tmp/build.sh && \
/tmp/build.sh && \ # Storage
rm -rf /tmp/* /var/* && \ # TODO turn this bling installation stuff into a module
ostree container commit # rpm-ostree install /tmp/ublue-os-wallpapers-0.1-1.fc38.noarch.rpm