Skip to content

Commit 5fbaef9

Browse files
committed
Fix missing git dependency
Fix missing git dependency
1 parent 1af0fd6 commit 5fbaef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ENV USER root
1313

1414
# Run startup script
1515
RUN apt-get update && \
16-
apt-get install -y usbutils python tightvncserver x11vnc xfce4 && \
16+
apt-get install -y git python tightvncserver x11vnc xfce4 && \
1717
git clone https://github.com/novnc/noVNC.git /root/noVNC && \
1818
git clone https://github.com/novnc/websockify.git /root/noVNC/utils/websockify && \
1919
chmod 0755 /startup.sh && \

0 commit comments

Comments
 (0)