From c5f78376f6f4a5c3383c4866b549531b995019ce Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 19 Jul 2023 16:23:47 -0700 Subject: [PATCH] fix: Correct typo in Containerfile --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 53f6fbbb..57ed7307 100644 --- a/Containerfile +++ b/Containerfile @@ -19,7 +19,7 @@ COPY --from=ghcr.io/ublue-os/ublue-update:latest /rpms/ublue-update.noarch.rpm / COPY --from=ghcr.io/ublue-os/bling:latest /rpms/ublue-os-wallpapers-*.noarch.rpm /tmp/rpms/ublue-os-wallpapers.rpm RUN rpm-ostree override remove ublue-os-update-services && \ rpm-ostree install \ - /tmp/akmods-rpms/kmods/*gcadapter_oc*.rpm + /tmp/akmods-rpms/kmods/*gcadapter_oc*.rpm \ /tmp/rpms/ublue-update.noarch.rpm \ /tmp/rpms/ublue-os-wallpapers.rpm