Revert "temp fix for cached repos"

This reverts commit b63861b7d5.
This commit is contained in:
Anders Rytter Hansen 2024-02-18 18:54:44 +01:00
commit f47a713a6c

View file

@ -52,7 +52,7 @@ RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/
RUN rpm-ostree install gwenview
# Install ananicy-cpp
RUN rpm-ostree cleanup -m && rpm-ostree install ananicy-cpp ananicy-cpp-rules
RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules
# Install system76-scheduler
RUN wget https://copr.fedorainfracloud.org/coprs/kylegospo/system76-scheduler/repo/fedora-$(rpm -E %fedora)/kylegospo-system76-scheduler-fedora-$(rpm -E %fedora).repo -O /etc/yum.repos.d/_copr_kylegospo-system76-scheduler.repo && \