Skip to content

Commit

Permalink
bug: clear xmessage in VNC #2125
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Feb 6, 2024
1 parent 53be542 commit 128831a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions NodeBase/Dockerfile
Expand Up @@ -45,7 +45,7 @@ RUN apt-get -qqy update \
#=====
RUN apt-get update -qqy \
&& apt-get -qqy --no-install-recommends install \
x11vnc x11-utils fluxbox \
x11vnc x11-utils \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*

#=========
Expand All @@ -54,7 +54,7 @@ RUN apt-get update -qqy \
#=========
RUN apt-get update -qqy \
&& apt-get -qqy --no-install-recommends install \
fluxbox \
fluxbox eterm hsetroot feh \
&& rm -rf /var/lib/apt/lists/* /var/cache/apt/*

#================
Expand Down

0 comments on commit 128831a

Please sign in to comment.