Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
killerbossoriginal authored Sep 4, 2024
1 parent 191f8bf commit 8f1f312
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/21/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,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 lsof curl ca-certificates openssl git tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 jq \
&& apt-get install -y lsof curl ca-certificates openssl git git-lfs tar sqlite3 fontconfig libfreetype6 tzdata iproute2 libstdc++6 jq \
&& useradd -d /home/container -m container

USER container
Expand Down

0 comments on commit 8f1f312

Please sign in to comment.