feat(java): Replace openjdk with termium images (#116)

This commit is contained in:
Quinten
2023-02-12 09:47:06 +01:00
committed by GitHub
parent d6a360e762
commit 56d5822652
8 changed files with 16 additions and 16 deletions

View File

@@ -1,9 +1,9 @@
FROM --platform=$TARGETOS/$TARGETARCH adoptopenjdk/openjdk11-openj9:debianslim
FROM --platform=$TARGETOS/$TARGETARCH ibm-semeru-runtimes:open-11-jdk
LABEL author="Michael Parker" maintainer="parker@pterodactyl.io"
RUN apt update -y \
&& apt install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 \
&& apt install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 \
&& useradd -d /home/container -m container
USER container