From 971bfb39f4e9b4cd2cd8819ecd48f9f3019943a9 Mon Sep 17 00:00:00 2001 From: William Gladstone Date: Sat, 2 Jan 2021 19:05:15 -0500 Subject: [PATCH] Update creating_a_custom_image.md Flags are incorrect and will throw a user not found error --- community/config/eggs/creating_a_custom_image.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/community/config/eggs/creating_a_custom_image.md b/community/config/eggs/creating_a_custom_image.md index 94e80107..069c3f08 100644 --- a/community/config/eggs/creating_a_custom_image.md +++ b/community/config/eggs/creating_a_custom_image.md @@ -25,7 +25,7 @@ FROM openjdk:8-jdk-alpine MAINTAINER Pterodactyl Software, 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