fix: Add redhat-lsb-core to resolve issue with EmuDeck depending on lsb_release

This commit is contained in:
Kyle Gospodnetich 2023-12-06 09:13:24 -08:00
parent 4c4e0c56f1
commit 29399fb573

View File

@ -102,7 +102,8 @@ RUN if [[ "${IMAGE_FLAVOR}" =~ "nvidia" ]]; then \
lato-fonts \
fira-code-fonts \
glow \
gum && \
gum \
redhat-lsb-core && \
ln -s /usr/share/fonts/google-noto-sans-cjk-fonts /usr/share/fonts/noto-cjk && \
wget https://raw.githubusercontent.com/scaronni/steam-proton-mf-wmv/master/installcab.py -O /usr/bin/installcab && \
wget https://github.com/scaronni/steam-proton-mf-wmv/blob/master/install-mf-wmv.sh -O /usr/bin/install-mf-wmv && \