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

@@ -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 && \