Skip to content

Commit

Permalink
a
Browse files Browse the repository at this point in the history
  • Loading branch information
ngarside committed Jul 5, 2024
1 parent 0c31422 commit a7cefff
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 3 deletions.
14 changes: 11 additions & 3 deletions desktop.containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,15 @@

FROM quay.io/fedora/fedora-silverblue:40

RUN rpm-ostree override remove yelp
COPY ./desktop.sh /tmp/desktop

RUN chmod +x /tmp/desktop

RUN /tmp/desktop

RUN rm /tmp/desktop

# RUN rpm-ostree override remove yelp

# RUN flatpak remote-add --if-not-exists flathub https://dl.flathub.org/repo/flathub.flatpakrepo

Expand Down Expand Up @@ -44,5 +52,5 @@ RUN rpm-ostree override remove yelp

# RUN rpm-ostree install papirus-icon-theme

RUN rpm-ostree cleanup --repomd
RUN ostree container commit
# RUN rpm-ostree cleanup --repomd
# RUN ostree container commit
7 changes: 7 additions & 0 deletions desktop.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
# This is free and unencumbered software released into the public domain.

rpm-ostree override remove yelp

rpm-ostree cleanup --repomd

ostree container commit

0 comments on commit a7cefff

Please sign in to comment.