mirror of
https://github.com/Maschell/controller_patcher.git
synced 2025-02-21 13:47:08 +01:00
Create Dockerfile
Dockerfile that downloads dependencies and creates a work env
This commit is contained in:
parent
dffb2619e3
commit
cc1c5ef7b8
12
docker/Dockerfile
Normal file
12
docker/Dockerfile
Normal file
@ -0,0 +1,12 @@
|
||||
FROM devkitpro/devkitppc:latest
|
||||
|
||||
## Create & set workdir
|
||||
RUN mkdir /opt/project &&\
|
||||
cd /opt/project
|
||||
WORKDIR /opt/project
|
||||
|
||||
## Install dependencies
|
||||
|
||||
# Dynamic libs for WiiU homebrew.
|
||||
COPY --from=wiiulegacy/dynamic_libs:0.1 /artifacts $DEVKITPRO/portlibs
|
||||
COPY --from=wiiulegacy/libutils:0.1 /artifacts $DEVKITPRO/portlibs
|
Loading…
x
Reference in New Issue
Block a user