From 29399fb573a59704c45c7b29b8c360e96cfe7584 Mon Sep 17 00:00:00 2001 From: Kyle Gospodnetich Date: Wed, 6 Dec 2023 09:13:24 -0800 Subject: [PATCH] fix: Add redhat-lsb-core to resolve issue with EmuDeck depending on lsb_release --- Containerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index 6a40e79a42..614b8b5934 100644 --- a/Containerfile +++ b/Containerfile @@ -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 && \