Skip to content

Commit b39f7db

Browse files
Update Dockerfile
1 parent 2859681 commit b39f7db

File tree

1 file changed

+2
-14
lines changed

1 file changed

+2
-14
lines changed

Dockerfile

Lines changed: 2 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,5 @@
1-
FROM ghcr.io/wiiu-env/devkitppc:20231112
1+
FROM ghcr.io/wiiu-env/devkitppc:20241128
22

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
3+
COPY --from=ghcr.io/wiiu-env/libmocha:20240603 /artifacts $DEVKITPRO
164

175
WORKDIR /project

0 commit comments

Comments
 (0)