From a102c206137f9f7f9bd023b042fe7c14b5ee957a Mon Sep 17 00:00:00 2001 From: Anders Rytter Hansen Date: Sun, 18 Feb 2024 11:23:12 +0100 Subject: [PATCH] dont enable ananicy-cpp automatically --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index d76e200..873336f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,8 +51,8 @@ RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/ # Install Gwenview on host for full support for image formats such as HEIC RUN rpm-ostree install gwenview -# Install and enable ananicy-cpp -RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules && systemctl enable ananicy-cpp.service +# Install ananicy-cpp +RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules # Copy config files COPY etc /etc