Fix Docker dependency and align Moonlight port-family mapping.

Update Sunshine container ports/docs for single base-port client setup and correct missing Ubuntu package.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-18 15:36:30 +03:00
parent 95d7b24c73
commit cc39c8b766
3 changed files with 38 additions and 7 deletions

View File

@@ -10,7 +10,7 @@ RUN dpkg --add-architecture i386 && \
software-properties-common wget curl ca-certificates \
libcap2-bin libgomp1 mesa-utils \
libxcb-cursor0 libxcb-xinerama0 libxcb-xfixes0 libxcb-shape0 libxcb-randr0 libxcb-xtest0 \
libxcb-x11-0 libxcb-render0 libxcb-render-util0 libxcb-util1 libxcb-keysyms1 \
libxcb1 libxcb-render0 libxcb-render-util0 libxcb-util1 libxcb-keysyms1 \
&& add-apt-repository multiverse \
&& apt-get update