remove headless due to com.sun.imageio.plugins.jpeg.JPEGImageWriter
This commit is contained in:
parent
96e390c98d
commit
6a38c55867
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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 && \
|
||||
|
|
Loading…
Reference in a new issue