Skip to content

Commit d3aacd1

Browse files
authored
Merge pull request #2 from rringler/rringler/fix-missing-dependency
Fix missing git dependency
2 parents 1af0fd6 + 5fbaef9 commit d3aacd1

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)