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