From 010a563d9575b58b614218b0d7f9aba24dafb646 Mon Sep 17 00:00:00 2001 From: Maschell Date: Fri, 22 Jul 2022 13:32:05 +0200 Subject: [PATCH] Update Dockerfiles --- Dockerfile | 4 +--- Dockerfile.buildlocal | 4 +--- 2 files changed, 2 insertions(+), 6 deletions(-) diff --git a/Dockerfile b/Dockerfile index 76f3b4f..7991c07 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,4 @@ -FROM wiiuenv/devkitppc:20220605 - -RUN git clone --depth 1 --single-branch -b filesystemstructs https://github.com/Maschell/wut && cd wut && git reset --hard a060c981e23cdd7e622624692df2d789693432ce && make install && cd .. && rm -rf wut +FROM wiiuenv/devkitppc:20220710 WORKDIR tmp_build COPY . . diff --git a/Dockerfile.buildlocal b/Dockerfile.buildlocal index ae89e17..2e23903 100644 --- a/Dockerfile.buildlocal +++ b/Dockerfile.buildlocal @@ -1,5 +1,3 @@ -FROM wiiuenv/devkitppc:20220605 - -RUN git clone --depth 1 --single-branch -b filesystemstructs https://github.com/Maschell/wut && cd wut && git reset --hard a060c981e23cdd7e622624692df2d789693432ce && make install && cd .. && rm -rf wut +FROM wiiuenv/devkitppc:20220710 WORKDIR project \ No newline at end of file