move libheif-freeworld to base image

to avoid potential package conflicts in the weekly image.
This commit is contained in:
Anders Rytter Hansen 2024-01-16 18:11:56 +01:00
commit 637ebb89f9
2 changed files with 6 additions and 2 deletions

View file

@ -57,8 +57,8 @@ RUN wget https://download.live.ledger.com/latest/linux -O /usr/bin/ledgerlive &&
# Install AppImageLauncher
RUN rpm-ostree install https://github.com/TheAssassin/AppImageLauncher/releases/download/continuous/appimagelauncher-2.2.0-gha111.d9d4c73.x86_64.rpm
# Install Gwenview and kimageformats for full support for image formats such as HEIC
RUN rpm-ostree install gwenview libheif-freeworld
# Install Gwenview on host for full support for image formats such as HEIC
RUN rpm-ostree install gwenview
# Copy config files
COPY etc /etc