File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
1111 ca-certificates \
1212 procps \
1313 iproute2 \
14+ dbus \
1415 && rm -rf /var/lib/apt/lists/*
1516
1617# Install Cloudflare WARP
Original file line number Diff line number Diff line change 99sysctl -w net.ipv4.ip_forward=1 2> /dev/null \
1010 || echo " [warn] Could not set ip_forward via sysctl — ensure it is enabled on the host or via docker-compose sysctls."
1111
12+ # ---------------------------------------------------------------------------
13+ # Start D-Bus system daemon (warp-svc requires it for IPC)
14+ # ---------------------------------------------------------------------------
15+ echo " [info] Starting dbus..."
16+ mkdir -p /run/dbus
17+ dbus-daemon --system --fork
18+ echo " [info] dbus started."
19+
1220# ---------------------------------------------------------------------------
1321# Start the WARP background service
1422# ---------------------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments