Changed background to grey
This commit is contained in:
+3
-1
@@ -34,12 +34,14 @@ RUN apt update -qq && apt install -y --no-install-recommends \
|
||||
xfonts-base \
|
||||
xfonts-75dpi \
|
||||
xfonts-100dpi \
|
||||
x11-xserver-utils \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
# VNC server
|
||||
RUN mkdir ~/.vnc
|
||||
RUN x11vnc -storepasswd 1234 ~/.vnc/passwd
|
||||
RUN echo "mwm" > ~/.xinitrc
|
||||
RUN echo "mwm &" > ~/.xinitrc
|
||||
RUN echo "xsetroot -solid grey" >> ~/.xinitrc
|
||||
RUN chmod +x ~/.xinitrc
|
||||
|
||||
EXPOSE 5900
|
||||
|
||||
Reference in New Issue
Block a user