parent
62f44fb052
commit
fba5e212e8
1 changed files with 3 additions and 4 deletions
|
|
@ -37,6 +37,8 @@ LABEL maintainer="Emrik Östling (C4illin)"
|
||||||
LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats."
|
LABEL description="ConvertX: self-hosted online file converter supporting 700+ file formats."
|
||||||
LABEL repo="https://github.com/C4illin/ConvertX"
|
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
|
# install additional dependencies
|
||||||
RUN apk --no-cache add \
|
RUN apk --no-cache add \
|
||||||
pandoc \
|
pandoc \
|
||||||
|
|
@ -57,10 +59,7 @@ RUN apk --no-cache add \
|
||||||
poppler-utils \
|
poppler-utils \
|
||||||
gcompat \
|
gcompat \
|
||||||
libva-utils \
|
libva-utils \
|
||||||
py3-numpy \
|
py3-numpy
|
||||||
libheif-tools
|
|
||||||
|
|
||||||
RUN apk --no-cache add qt6-qtbase-private-dev --repository=http://dl-cdn.alpinelinux.org/alpine/edge/community/
|
|
||||||
|
|
||||||
RUN apk --no-cache add calibre --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
RUN apk --no-cache add calibre --repository=http://dl-cdn.alpinelinux.org/alpine/edge/testing/
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue