We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1af0fd6 commit 5fbaef9Copy full SHA for 5fbaef9
Dockerfile
@@ -13,7 +13,7 @@ ENV USER root
13
14
# Run startup script
15
RUN apt-get update && \
16
- apt-get install -y usbutils python tightvncserver x11vnc xfce4 && \
+ apt-get install -y git python tightvncserver x11vnc xfce4 && \
17
git clone https://github.com/novnc/noVNC.git /root/noVNC && \
18
git clone https://github.com/novnc/websockify.git /root/noVNC/utils/websockify && \
19
chmod 0755 /startup.sh && \
0 commit comments