switch to up-to-date jodconverter container

This commit is contained in:
chandi 2023-11-28 15:31:19 +01:00
parent f8ffbcd31b
commit 00322d156c

View File

@ -1,6 +1,6 @@
FROM eugenmayer/jodconverter:rest
FROM ghcr.io/jodconverter/jodconverter-examples:rest
RUN echo "ttf-mscorefonts-installer msttcorefonts/accepted-mscorefonts-eula select true" | debconf-set-selections
RUN sed -i 's/main/main contrib/' /etc/apt/sources.list && apt-get update
RUN sed -i 's/main/main contrib/' /etc/apt/sources.list.d/debian.sources && apt-get update
RUN apt-get update && apt -y install --no-install-recommends \
fonts-arkpandora \
fonts-crosextra-carlito \