Skip to content

Commit

Permalink
feat(silverblue): add wl-clipboard
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanpz committed Sep 24, 2023
1 parent 963d6b0 commit 7cdc4df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Containerfile.silverblue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM quay.io/fedora/fedora-silverblue:39
COPY usr /usr

RUN rpm-ostree override remove firefox firefox-langpacks gnome-software gnome-software-rpm-ostree && \
rpm-ostree install podman-compose && \
rpm-ostree install podman-compose wl-clipboard && \
systemctl enable rpm-ostreed-automatic.timer && \
rpm-ostree cleanup -m && \
ostree container commit
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ My (very experimental) OCI images derived from Fedora's image-based desktops

## Changes from stock images

* Adds `podman-compose`
* Adds `podman-compose` and `wl-clipboard`
* Removes `gnome-software` and `firefox`
* Sets automatic weekly system upgrades
* Adds an optional service that updates user-installed flatpaks weekly

0 comments on commit 7cdc4df

Please sign in to comment.