From 11c60b528e2f7376415c7852b8d7d6499de7cdca Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sat, 17 Feb 2024 21:25:25 +0100 Subject: [PATCH] temp fix for cached repos --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d76e200..d922536 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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