Remove updated rpm-ostree now that fix is upstream

This commit is contained in:
Kyle Gospodnetich
2022-12-29 00:35:21 -08:00
parent 28df7614f7
commit 445bdc768f

View File

@@ -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 && \