Add missing Boost runtime libraries for Sunshine.

Install the Boost 1.74 runtime packages required by the pinned Sunshine build to prevent startup crashes from unresolved shared objects.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-19 02:58:01 +03:00
parent 42aae93970
commit 93bc4bae05

View File

@@ -15,6 +15,8 @@ RUN dpkg --add-architecture i386 && \
xserver-xorg-core xserver-xorg-video-dummy xserver-xorg-input-libinput \ xserver-xorg-core xserver-xorg-video-dummy xserver-xorg-input-libinput \
fluxbox dbus-x11 xauth xfonts-base x11-xserver-utils \ fluxbox dbus-x11 xauth xfonts-base x11-xserver-utils \
software-properties-common wget curl ca-certificates locales pciutils \ software-properties-common wget curl ca-certificates locales pciutils \
libboost-chrono1.74.0 libboost-filesystem1.74.0 libboost-locale1.74.0 \
libboost-program-options1.74.0 libboost-thread1.74.0 \
libcap2-bin libgomp1 mesa-utils \ libcap2-bin libgomp1 mesa-utils \
libxcb-cursor0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libxcb-randr0 libxcb-xtest0 \ libxcb-cursor0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libxcb-randr0 libxcb-xtest0 \
libxcb1 libxcb-render0 libxcb-render-util0 libxcb-util1 libxcb-keysyms1 \ libxcb1 libxcb-render0 libxcb-render-util0 libxcb-util1 libxcb-keysyms1 \