File tree 1 file changed +4
-5
lines changed
1 file changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ RUN wget -O code.deb https://go.microsoft.com/fwlink/?LinkID=760868 && \
25
25
rm code.deb
26
26
27
27
# Install graphics
28
- RUN apt install -y xfce4 xfce4-goodies xserver-xorg-video-dummy xserver-xorg-legacy x11vnc && \
28
+ RUN apt install -y xfce4 xfce4-goodies xserver-xorg-video-dummy xserver-xorg-legacy x11vnc dbus-x11 && \
29
29
apt remove -y xfce4-power-manager xfce4-screensaver light-locker && \
30
30
apt autoremove -y && \
31
31
sed -i 's/allowed_users=console/allowed_users=anybody/' /etc/X11/Xwrapper.config
@@ -44,14 +44,13 @@ RUN apt install -y octave epstool transfig
44
44
RUN apt install -y python3 python3-dev python3-pip python3-setuptools && \
45
45
if [ ! -f "/usr/bin/python" ]; then ln -s /usr/bin/python3 /usr/bin/python; fi
46
46
47
- # Install magic-wormwhole to get things from one computer to another safely
48
- RUN apt install -y magic-wormhole
49
-
50
47
# Install noVNC
51
48
RUN git clone https://github.com/novnc/noVNC.git /opt/novnc && \
52
- git clone https://github.com/novnc/websockify /opt/novnc/utils/websockify && \
53
49
echo "<html><head><meta http-equiv=\" Refresh\" content=\" 0; url=vnc.html?autoconnect=true&reconnect=true&reconnect_delay=1000&resize=scale&quality=9\" ></head></html>" > /opt/novnc/index.html
54
50
51
+ # Install utilities
52
+ RUN apt install -y jq magic-wormhole
53
+
55
54
# Select options
56
55
ARG ROBOTOLOGY_SUPERBUILD_RELEASE
57
56
ARG BUILD_TYPE
You can’t perform that action at this time.
0 commit comments