Update Dockerfile

This commit is contained in:
Christian Torbidone 2024-09-04 16:25:22 +02:00 committed by GitHub
parent 191f8bf45f
commit 8f1f312153
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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