Add more java versions

This commit is contained in:
zontreck 2024-09-03 17:08:39 -07:00
parent c22afc950d
commit 65a0c22968
11 changed files with 169 additions and 1 deletions

View file

@ -6,6 +6,7 @@ LABEL upstream="https://github.com/pelican-eggs/yolks"
LABEL type="OpenJDK 11"
USER root
RUN apt-get update
RUN apt-get install -y curl lsof ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 libfreetype6 zip unzip
RUN useradd -m -d /home/container -s /bin/bash container