Skip to content

Commit

Permalink
Fix password startup issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ehfd authored Jun 30, 2024
1 parent c944a8a commit b1394d0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit b1394d0

Please sign in to comment.