From 73f1e001387cc7c520fde07596c9228d962ba961 Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sat, 17 Feb 2024 21:30:50 +0100 Subject: [PATCH] Revert "temp fix for cached repos" This reverts commit 11c60b528e2f7376415c7852b8d7d6499de7cdca. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d922536..d76e200 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 cleanup -m && rpm-ostree install ananicy-cpp ananicy-cpp-rules && systemctl enable ananicy-cpp.service +RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules && systemctl enable ananicy-cpp.service # Copy config files COPY etc /etc