mirror of
https://github.com/Maschell/wups-with-wut-docker.git
synced 2024-11-21 20:29:20 +01:00
first commit
This commit is contained in:
commit
3f9716e75a
10
Dockerfile
Normal file
10
Dockerfile
Normal file
@ -0,0 +1,10 @@
|
||||
FROM wups/core:0.1
|
||||
|
||||
MAINTAINER Maschell <maschell@gmx.de>
|
||||
|
||||
RUN apt-get update && \
|
||||
apt-get install -y --no-install-recommends cmake --fix-missing
|
||||
|
||||
ENV WUT_ROOT=${DEVKITPRO}/wut
|
||||
|
||||
COPY --from=wiiuwut/core:1.0.0-beta4 $WUT_ROOT $WUT_ROOT
|
Loading…
Reference in New Issue
Block a user