Update Dockerfile
This commit is contained in:
parent
191f8bf45f
commit
8f1f312153
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue