From 3a866db1dc4c3f17e982105d24910995c1f88110 Mon Sep 17 00:00:00 2001 From: Ugo Pattacini Date: Sun, 5 Jan 2025 13:59:58 +0100 Subject: [PATCH] Update Dockerfile --- dockerfiles/Dockerfile | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dockerfiles/Dockerfile b/dockerfiles/Dockerfile index 3937c36..1afc869 100644 --- a/dockerfiles/Dockerfile +++ b/dockerfiles/Dockerfile @@ -25,7 +25,7 @@ RUN wget -O code.deb https://go.microsoft.com/fwlink/?LinkID=760868 && \ rm code.deb # Install graphics -RUN apt install -y xfce4 xfce4-goodies xserver-xorg-video-dummy xserver-xorg-legacy x11vnc && \ +RUN apt install -y xfce4 xfce4-goodies xserver-xorg-video-dummy xserver-xorg-legacy x11vnc dbus-x11 && \ apt remove -y xfce4-power-manager xfce4-screensaver light-locker && \ apt autoremove -y && \ sed -i 's/allowed_users=console/allowed_users=anybody/' /etc/X11/Xwrapper.config @@ -44,14 +44,13 @@ RUN apt install -y octave epstool transfig RUN apt install -y python3 python3-dev python3-pip python3-setuptools && \ if [ ! -f "/usr/bin/python" ]; then ln -s /usr/bin/python3 /usr/bin/python; fi -# Install magic-wormwhole to get things from one computer to another safely -RUN apt install -y magic-wormhole - # Install noVNC RUN git clone https://github.com/novnc/noVNC.git /opt/novnc && \ - git clone https://github.com/novnc/websockify /opt/novnc/utils/websockify && \ echo "" > /opt/novnc/index.html +# Install utilities +RUN apt install -y jq magic-wormhole + # Select options ARG ROBOTOLOGY_SUPERBUILD_RELEASE ARG BUILD_TYPE