Update java/17/Dockerfile
Some checks failed
build java / images:java_${{ matrix.tag }} (17) (push) Successful in 1m50s
build java / images:java_${{ matrix.tag }} (8_with_firefox) (push) Has been cancelled
build java / images:java_${{ matrix.tag }} (8) (push) Has been cancelled

This commit is contained in:
Lee 2024-04-06 05:00:38 +00:00
parent a32fe94c4e
commit 3b9d18cdd6

@ -16,7 +16,8 @@ RUN apt update -y \
tzdata \ tzdata \
iproute2 \ iproute2 \
libfreetype6 \ libfreetype6 \
tini tini \
maven
RUN useradd -m -d /home/container -s /bin/bash container RUN useradd -m -d /home/container -s /bin/bash container
USER container USER container