Browse Source

fix: update libheif to 1.19.5

issue: #202
C4illin 5 months ago
parent
commit
fba5e212e8
1 changed files with 3 additions and 4 deletions
  1. 3 4
      Dockerfile

+ 3 - 4
Dockerfile

@@ -37,6 +37,8 @@ LABEL maintainer="Emrik Östling (C4illin)"
 LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats."
 LABEL repo="https://github.com/C4illin/ConvertX"
 
+RUN apk --no-cache add qt6-qtbase-private-dev libheif-tools --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
+
 # install additional dependencies
 RUN apk --no-cache add  \
   pandoc \
@@ -57,10 +59,7 @@ RUN apk --no-cache add  \
   poppler-utils \
   gcompat \
   libva-utils \
-  py3-numpy \
-  libheif-tools
-
-RUN apk --no-cache add qt6-qtbase-private-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
+  py3-numpy
 
 RUN apk --no-cache add calibre --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/