Add libvpx runtime compatibility for Steam UI.
Install libvpx7 (64/32-bit) and provide libvpx.so.6 compatibility symlinks expected by steamui.so. Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
@@ -31,6 +31,9 @@ RUN apt-get update && \
|
|||||||
libglib2.0-0 libglib2.0-0:i386 \
|
libglib2.0-0 libglib2.0-0:i386 \
|
||||||
libpipewire-0.3-0 libpipewire-0.3-0:i386 \
|
libpipewire-0.3-0 libpipewire-0.3-0:i386 \
|
||||||
libxcb-res0 libxcb-res0:i386 \
|
libxcb-res0 libxcb-res0:i386 \
|
||||||
|
libvpx7 libvpx7:i386 \
|
||||||
|
&& 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 \
|
||||||
&& locale-gen en_US.UTF-8 \
|
&& locale-gen en_US.UTF-8 \
|
||||||
&& rm -f /tmp/sunshine.deb \
|
&& rm -f /tmp/sunshine.deb \
|
||||||
&& apt-get clean \
|
&& apt-get clean \
|
||||||
|
|||||||
Reference in New Issue
Block a user