Update creating_a_custom_image.md

Flags are incorrect and will throw a user not found error
This commit is contained in:
William Gladstone 2021-01-02 19:05:15 -05:00 committed by GitHub
parent dfba644907
commit 971bfb39f4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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