diff --git a/Dockerfile b/Dockerfile index 5f62fba..dac272d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -123,7 +123,7 @@ mesa-utils lxterminal gnome-tweak-tool x11-apps \ automake autoconf libssl-dev xorg-dev libvncserver-dev \ xdg-user-dirs xdg-utils && \ - apt-get autoclean -y && apt-get autocremove -y && rm -rf /var/lib/apt/lists/* && \ + apt-get autoclean -y && apt-get autoremove -y && rm -rf /var/lib/apt/lists/* && \ git clone -b 0.9.16 https://github.com/LibVNC/x11vnc.git && \ cd x11vnc && \ ./autogen.sh && \