From b1394d0a4b3642741d35d9cff81a64a156049eda Mon Sep 17 00:00:00 2001 From: Seungmin Kim <8457324+ehfd@users.noreply.github.com> Date: Sun, 30 Jun 2024 20:13:38 +0900 Subject: [PATCH] Fix password startup issue --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 94d2732..68a86ba 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ LABEL maintainer="https://github.com/ehfd,https://github.com/danisla" ARG DEBIAN_FRONTEND=noninteractive # Configure rootless user environment for constrained conditions without escalated root privileges inside containers ARG TZ=UTC -ARG PASSWD=mypasswd +ENV PASSWD=mypasswd RUN apt-get clean && apt-get update && apt-get dist-upgrade -y && apt-get install --no-install-recommends -y \ apt-utils \ dbus-user-session \ @@ -264,7 +264,7 @@ ENV DISPLAY=":0" # Anything above this line should always be kept the same between docker-nvidia-glx-desktop and docker-nvidia-egl-desktop -# Default environment variables (password is "mypasswd") +# Default environment variables ENV DISPLAY_SIZEW=1920 ENV DISPLAY_SIZEH=1080 ENV DISPLAY_REFRESH=60