mirror of
https://github.com/optim-enterprises-bv/secureblue.git
synced 2025-11-24 22:15:02 +00:00
chore: remove wallpaper rpm installation (for now)
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user