mirror of
https://github.com/wiiu-env/WiiUPluginSystem.git
synced 2024-11-05 10:25:10 +01:00
Update Dockerfile
This commit is contained in:
parent
4fb2d14ce1
commit
956d472564
@ -2,7 +2,7 @@ FROM wiiuenv/devkitppc:20200625
|
||||
|
||||
WORKDIR tmp_build
|
||||
COPY . .
|
||||
RUN make clean && make && mkdir -p /artifacts/wups && cp -r lib /artifacts/wups && cp -r include /artifacts/wups
|
||||
RUN make clean && make && mkdir -p /artifacts/wups && cp -r lib /artifacts/wups && cp -r include /artifacts/wups && cp -r share /artifacts/wups
|
||||
WORKDIR /artifacts
|
||||
|
||||
FROM scratch
|
||||
|
Loading…
Reference in New Issue
Block a user