Update Dockerfiles

This commit is contained in:
Maschell 2022-07-22 13:32:05 +02:00
parent f8703950aa
commit 4ba77767ad
2 changed files with 2 additions and 6 deletions

View File

@ -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 . .

View File

@ -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