We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7b7eb99 commit 8db9d43Copy full SHA for 8db9d43
backend/Dockerfile
@@ -106,7 +106,7 @@ RUN if [ "${ENABLE_GC_WII_SUPPORT}" = "YES" ]; then \
106
curl -sSL https://github.com/encounter/gc-wii-binutils/releases/download/2.42-1/linux-`uname -m`.zip | \
107
bsdtar -xvf- -C /usr/bin && \
108
chmod +x /usr/bin/powerpc-eabi-*; \
109
- fi
+ fi
110
111
RUN mkdir -p /etc/fonts
112
0 commit comments