Skip to content

Commit 3a866db

Browse files
authored
Update Dockerfile
1 parent 20d8086 commit 3a866db

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

dockerfiles/Dockerfile

+4-5
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN wget -O code.deb https://go.microsoft.com/fwlink/?LinkID=760868 && \
2525
rm code.deb
2626

2727
# 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 && \
2929
apt remove -y xfce4-power-manager xfce4-screensaver light-locker && \
3030
apt autoremove -y && \
3131
sed -i 's/allowed_users=console/allowed_users=anybody/' /etc/X11/Xwrapper.config
@@ -44,14 +44,13 @@ RUN apt install -y octave epstool transfig
4444
RUN apt install -y python3 python3-dev python3-pip python3-setuptools && \
4545
if [ ! -f "/usr/bin/python" ]; then ln -s /usr/bin/python3 /usr/bin/python; fi
4646

47-
# Install magic-wormwhole to get things from one computer to another safely
48-
RUN apt install -y magic-wormhole
49-
5047
# Install noVNC
5148
RUN git clone https://github.com/novnc/noVNC.git /opt/novnc && \
52-
git clone https://github.com/novnc/websockify /opt/novnc/utils/websockify && \
5349
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
5450

51+
# Install utilities
52+
RUN apt install -y jq magic-wormhole
53+
5554
# Select options
5655
ARG ROBOTOLOGY_SUPERBUILD_RELEASE
5756
ARG BUILD_TYPE

0 commit comments

Comments
 (0)