Skip to content

Commit

Permalink
fix: Add redhat-lsb-core to resolve issue with EmuDeck depending on l…
Browse files Browse the repository at this point in the history
…sb_release
  • Loading branch information
KyleGospo committed Dec 6, 2023
1 parent 4c4e0c5 commit 29399fb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Containerfile
Expand Up @@ -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 && \
Expand Down

0 comments on commit 29399fb

Please sign in to comment.