diff --git a/Amazon Corretto/21/Dockerfile b/Amazon Corretto/21/Dockerfile index 79074c6..a51056a 100644 --- a/Amazon Corretto/21/Dockerfile +++ b/Amazon Corretto/21/Dockerfile @@ -11,7 +11,7 @@ ENV LANG='en_US.UTF-8' LANGUAGE='en_US:en' LC_ALL='en_US.UTF-8' ENV DEBIAN_FRONTEND=noninteractive RUN yum update -y \ - && yum install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata locales iproute2 + && yum install -y curl ca-certificates openssl git tar sqlite3 fontconfig tzdata locales iproute RUN useradd -d /home/container -m container