fat docker

This commit is contained in:
Anthony Stirling
2024-06-01 12:38:10 +01:00
parent 6ffa80c386
commit 52978ec9ad
6 changed files with 96 additions and 9 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 && \
openjdk21-jre-headless && \
# User permissions
mkdir /configs /logs /customFiles && \
chmod +x /scripts/*.sh && \