Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Maschell committed Sep 17, 2022
1 parent 823c8a9 commit c6a755f
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,10 +1,8 @@
FROM wiiuenv/devkitppc:20220806
FROM wiiuenv/devkitppc:20220917

COPY --from=wiiuenv/libfunctionpatcher:20220904 /artifacts $DEVKITPRO
COPY --from=wiiuenv/wiiumodulesystem:20220904 /artifacts $DEVKITPRO
COPY --from=wiiuenv/libromfs_wiiu:20220904 /artifacts $DEVKITPRO
COPY --from=wiiuenv/libcontentredirection:20220903 /artifacts $DEVKITPRO

RUN git clone -b master https://github.com/Maschell/wut && cd wut && git reset --hard 8ebca75932ebeb9bc898c7997e24323b5cde418a && make install && cd .. && rm -rf wut
COPY --from=wiiuenv/libcontentredirection:20220916 /artifacts $DEVKITPRO

WORKDIR project

0 comments on commit c6a755f

Please sign in to comment.