Add remaining Steam shared-library dependencies.

Install libbz2 and libibus for 64/32-bit runtime to resolve steamui/webhelper missing library errors.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
2026-06-19 01:15:35 +03:00
parent 925366d5b1
commit 7e14ebb644

View File

@@ -33,6 +33,8 @@ RUN apt-get update && \
libxcb-res0 libxcb-res0:i386 \ libxcb-res0 libxcb-res0:i386 \
libvpx7 libvpx7:i386 \ libvpx7 libvpx7:i386 \
libvdpau1 libvdpau1:i386 \ libvdpau1 libvdpau1:i386 \
libbz2-1.0 libbz2-1.0:i386 \
libibus-1.0-5 libibus-1.0-5:i386 \
&& ln -sf /lib/x86_64-linux-gnu/libvpx.so.7 /lib/x86_64-linux-gnu/libvpx.so.6 \ && ln -sf /lib/x86_64-linux-gnu/libvpx.so.7 /lib/x86_64-linux-gnu/libvpx.so.6 \
&& ln -sf /lib/i386-linux-gnu/libvpx.so.7 /lib/i386-linux-gnu/libvpx.so.6 \ && ln -sf /lib/i386-linux-gnu/libvpx.so.7 /lib/i386-linux-gnu/libvpx.so.6 \
&& locale-gen en_US.UTF-8 \ && locale-gen en_US.UTF-8 \