From 445bdc768fe1348699b16a92ebafc499ada746b5 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Thu, 29 Dec 2022 00:35:21 -0800 Subject: [PATCH] Remove updated rpm-ostree now that fix is upstream --- Containerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Containerfile b/Containerfile index 4c66edb..b44e887 100644 --- a/Containerfile +++ b/Containerfile @@ -28,11 +28,6 @@ wireguard-tools \ xdg-dbus-proxy \ xdg-user-dirs -# Override replace testing version of rpm-ostree so systems aren't bricked when layering packages. This will need to be removed relatively soon -RUN wget https://kojipkgs.fedoraproject.org//packages/rpm-ostree/2022.18/2.fc37/x86_64/rpm-ostree-2022.18-2.fc37.x86_64.rpm && \ -wget https://kojipkgs.fedoraproject.org//packages/rpm-ostree/2022.18/2.fc37/x86_64/rpm-ostree-libs-2022.18-2.fc37.x86_64.rpm && \ -rpm-ostree override replace rpm-ostree-2022.18-2.fc37.x86_64.rpm rpm-ostree-libs-2022.18-2.fc37.x86_64.rpm - # Finalize RUN sed -i 's/#AutomaticUpdatePolicy.*/AutomaticUpdatePolicy=stage/' /etc/rpm-ostreed.conf && \ sed -i 's/#DefaultTimeoutStopSec.*/DefaultTimeoutStopSec=15s/' /etc/systemd/user.conf && \