temp fix for cached repos

This commit is contained in:
Anders Rytter Hansen 2024-02-17 21:25:25 +01:00
commit 11c60b528e

View file

@ -52,7 +52,7 @@ RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/
RUN rpm-ostree install gwenview
# Install and enable ananicy-cpp
RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules && systemctl enable ananicy-cpp.service
RUN rpm-ostree cleanup -m && rpm-ostree install ananicy-cpp ananicy-cpp-rules && systemctl enable ananicy-cpp.service
# Copy config files
COPY etc /etc