mirror of
https://github.com/wiiu-env/libfunctionpatcher.git
synced 2025-01-06 23:28:21 +01:00
Fix the Dockerfile
This commit is contained in:
parent
f0b72198d8
commit
f7545ff638
@ -2,7 +2,7 @@ FROM wiiuenv/devkitppc:20221228
|
|||||||
|
|
||||||
WORKDIR tmp_build
|
WORKDIR tmp_build
|
||||||
COPY . .
|
COPY . .
|
||||||
RUN make clean && make && mkdir -p /artifacts/wums && cp -r lib /artifacts/wums && cp -r include /artifacts/wums && cp -r share /artifacts/wums
|
RUN make clean && make && mkdir -p /artifacts/wums && cp -r lib /artifacts/wums && cp -r include /artifacts/wums
|
||||||
WORKDIR /artifacts
|
WORKDIR /artifacts
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
|
Loading…
Reference in New Issue
Block a user