From 7cdc4df7bcc56ee9abf27e86acb5618301dca378 Mon Sep 17 00:00:00 2001 From: ryan Date: Sat, 23 Sep 2023 19:02:29 -0700 Subject: [PATCH] feat(silverblue): add wl-clipboard --- Containerfile.silverblue | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Containerfile.silverblue b/Containerfile.silverblue index 67f1c60..6219085 100644 --- a/Containerfile.silverblue +++ b/Containerfile.silverblue @@ -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 diff --git a/README.md b/README.md index c82c366..38ad85b 100644 --- a/README.md +++ b/README.md @@ -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