fix: java image building

This commit is contained in:
Alex
2021-10-19 19:59:37 +03:00
parent 58bddef746
commit 198e3d6fed
3 changed files with 3 additions and 3 deletions

View File

@@ -6,7 +6,7 @@ LABEL org.opencontainers.image.source="https://github.com/pterodactyl/yolk
LABEL org.opencontainers.image.licenses=MIT
RUN apt-get update -y \
&& apt-get install -y curl ca-certificates openssl git tar sqlite fontconfig tzdata iproute2 \
&& apt-get install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata iproute2 \
&& useradd -d /home/container -m container
USER container