mirror of
https://github.com/pterodactyl/documentation.git
synced 2025-12-10 10:44:43 -06:00
Update creating_a_custom_image.md
Flags are incorrect and will throw a user not found error
This commit is contained in:
parent
dfba644907
commit
971bfb39f4
@ -25,7 +25,7 @@ FROM openjdk:8-jdk-alpine
|
||||
MAINTAINER Pterodactyl Software, <support@pterodactyl.io>
|
||||
|
||||
RUN apk add --no-cache --update curl ca-certificates openssl git tar bash sqlite fontconfig \
|
||||
&& adduser -D -h /home/container container
|
||||
&& adduser --disabled-password --home /home/container container
|
||||
|
||||
USER container
|
||||
ENV USER=container HOME=/home/container
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user