dont enable ananicy-cpp automatically

This commit is contained in:
Anders Rytter Hansen 2024-02-18 11:23:12 +01:00
commit a102c20613

View file

@ -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 # Install Gwenview on host for full support for image formats such as HEIC
RUN rpm-ostree install gwenview RUN rpm-ostree install gwenview
# Install and enable ananicy-cpp # Install ananicy-cpp
RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules && systemctl enable ananicy-cpp.service RUN rpm-ostree install ananicy-cpp ananicy-cpp-rules
# Copy config files # Copy config files
COPY etc /etc COPY etc /etc