From eb298a7cc1744c77eeed2bd15f8349d109ccd456 Mon Sep 17 00:00:00 2001 From: Maschell Date: Sat, 22 Sep 2018 19:55:52 +0200 Subject: [PATCH] Fix the link to the portlibs --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ee62428..4eb1b1e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ COPY --from=wiiulegacy/libntfs:2013.1.13 /artifacts $DEVKITPRO/portlibs COPY --from=wiiulegacy/libutils:0.1 /artifacts $DEVKITPRO/portlibs COPY --from=wiiulegacy/libgui:0.1 /artifacts $DEVKITPRO/portlibs -RUN wget https://github.com/Maschell/WiiUPluginLoader/libs/portlibs.zip && \ +RUN wget https://github.com/Maschell/WiiUPluginLoader/raw/master/libs/portlibs.zip && \ 7z x -y portlibs.zip -o${DEVKITPRO} && \ rm portlibs.zip