From 9c5e55588040c535614775e7fa11b91eb83a2711 Mon Sep 17 00:00:00 2001 From: lihaixin2 <xingke2005@gmail.com> Date: Sun, 2 Aug 2020 17:05:34 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index bfa2f5a..7e5ccc8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,8 +35,8 @@ RUN apt-get -y install xvfb x11vnc fluxbox xdotool git git-core ca-certificates RUN x11vnc -storepasswd $VNC_PW ~/.vnc/passwd # 克隆 noVNC和设置novnc首页 -RUN git clone --recursive https://github.com/kanaka/noVNC.git /opt/novnc && \ - git clone --recursive https://github.com/kanaka/websockify.git /opt/novnc/utils/websockify && \ +RUN git clone --recursive https://github.com/novnc/noVNC.git /opt/novnc && \ + git clone --recursive https://github.com/novnc/websockify.git /opt/novnc/utils/websockify && \ ln -s /opt/novnc/vnc.html /opt/novnc/index.html #安装firefox