From 5dabda527cb2b76823d64842a3d24c16dde71e6b Mon Sep 17 00:00:00 2001 From: Tulili Date: Mon, 21 Aug 2023 21:36:56 -0300 Subject: [PATCH] fix!: testing out bazzite build in dx --- Containerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Containerfile b/Containerfile index 5b36b92860..ef7521bb09 100644 --- a/Containerfile +++ b/Containerfile @@ -54,8 +54,7 @@ COPY --from=docker.io/mikefarah/yq /usr/bin/yq /usr/bin/yq COPY scripts /tmp/scripts # Run the build script, then clean up temp files and finalize container build. -RUN rpm-ostree install /tmp/ublue-update.rpm /tmp/ublue-os-wallpapers.rpm && \ - cp -r /usr/etc/yum.repos.d /etc && \ +RUN cp -r /usr/etc/yum.repos.d /etc && \ chmod +x /tmp/scripts/build.sh && \ /tmp/scripts/build.sh && \ rm -rf /tmp/* /var/* && \