1
0
mirror of https://github.com/Stirling-Tools/Stirling-PDF.git synced 2024-09-21 04:10:38 +02:00

remove headless due to com.sun.imageio.plugins.jpeg.JPEGImageWriter

This commit is contained in:
Anthony Stirling 2024-06-01 12:57:11 +01:00
parent 96e390c98d
commit 6a38c55867
3 changed files with 3 additions and 3 deletions

View File

@ -34,7 +34,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et
su-exec \
openssl \
openssl-dev \
openjdk21-jre-headless \
openjdk21-jre \
# Doc conversion
libreoffice \
# pdftohtml

View File

@ -50,7 +50,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et
su-exec \
openssl \
openssl-dev \
openjdk21-jre-headless \
openjdk21-jre \
# Doc conversion
libreoffice \
# pdftohtml

View File

@ -31,7 +31,7 @@ RUN echo "@testing https://dl-cdn.alpinelinux.org/alpine/edge/main" | tee -a /et
curl \
shadow \
su-exec \
openjdk21-jre-headless && \
openjdk21-jre && \
# User permissions
mkdir /configs /logs /customFiles && \
chmod +x /scripts/*.sh && \