Skip to content

Commit 8bd89ef

Browse files
committed
fix: Add redhat-lsb-core to resolve issue with EmuDeck depending on lsb_release
1 parent 5597554 commit 8bd89ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Containerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,8 @@ RUN rpm-ostree install \
130130
lato-fonts \
131131
fira-code-fonts \
132132
glow \
133-
gum && \
133+
gum \
134+
redhat-lsb-core && \
134135
ln -s /usr/share/fonts/google-noto-sans-cjk-fonts /usr/share/fonts/noto-cjk && \
135136
wget https://raw.githubusercontent.com/scaronni/steam-proton-mf-wmv/master/installcab.py -O /usr/bin/installcab && \
136137
wget https://github.com/scaronni/steam-proton-mf-wmv/blob/master/install-mf-wmv.sh -O /usr/bin/install-mf-wmv && \

0 commit comments

Comments
 (0)