first commit

This commit is contained in:
Maschell 2018-09-23 12:59:39 +02:00
commit 3f9716e75a
2 changed files with 13 additions and 0 deletions

10
Dockerfile Normal file
View 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

3
README.md Normal file
View File

@ -0,0 +1,3 @@
# Dockerfile for wups/core-with-wut
The image `core-with-wut` on [Docker Hub](https://hub.docker.com/r/wups/core-with-wut/).