We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2859681 commit b39f7dbCopy full SHA for b39f7db
Dockerfile
@@ -1,17 +1,5 @@
1
-FROM ghcr.io/wiiu-env/devkitppc:20231112
+FROM ghcr.io/wiiu-env/devkitppc:20241128
2
3
-COPY --from=ghcr.io/wiiu-env/libmocha:20231127 /artifacts $DEVKITPRO
4
-
5
-# Build latest wut
6
-RUN \
7
-mkdir wut && \
8
-cd wut && \
9
-git init . && \
10
-git remote add origin https://github.com/devkitPro/wut.git && \
11
-git fetch --depth 1 origin 682f8eb48a79796e653eb711c001ba47355f351c && \
12
-git checkout FETCH_HEAD
13
-WORKDIR /wut
14
-RUN make -j$(nproc)
15
-RUN make install
+COPY --from=ghcr.io/wiiu-env/libmocha:20240603 /artifacts $DEVKITPRO
16
17
WORKDIR /project
0 commit comments