We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1af0fd6 + 5fbaef9 commit d3aacd1Copy full SHA for d3aacd1
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