Update Dockerfile

This commit is contained in:
lihaixin2 2020-08-02 17:05:34 +08:00 committed by GitHub
parent d30702b0b4
commit 9c5e555880
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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 RUN x11vnc -storepasswd $VNC_PW ~/.vnc/passwd
# 克隆 noVNC和设置novnc首页 # 克隆 noVNC和设置novnc首页
RUN git clone --recursive https://github.com/kanaka/noVNC.git /opt/novnc && \ RUN git clone --recursive https://github.com/novnc/noVNC.git /opt/novnc && \
git clone --recursive https://github.com/kanaka/websockify.git /opt/novnc/utils/websockify && \ git clone --recursive https://github.com/novnc/websockify.git /opt/novnc/utils/websockify && \
ln -s /opt/novnc/vnc.html /opt/novnc/index.html ln -s /opt/novnc/vnc.html /opt/novnc/index.html
#安装firefox #安装firefox