diff --git a/server/Dockerfile b/server/Dockerfile index becad25c..9788182c 100644 --- a/server/Dockerfile +++ b/server/Dockerfile @@ -44,9 +44,6 @@ RUN apt-get update && apt-get install -y \ && rm -rf /var/lib/apt/lists/* \ && mkdir -p /tmp/.X11-unix && chmod 1777 /tmp/.X11-unix -# Add a dbus configuration to prevent connection errors -# RUN mkdir -p /var/run/dbus - # Make the script executable # RUN chmod +x ./start.sh