chore: remove dbus config

This commit is contained in:
amhsirak
2025-01-19 23:07:16 +05:30
parent e93ba1d8dd
commit a62f87eefe

View File

@@ -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