From 3f9716e75ae35edaa2dc7770561f9dda914615ea Mon Sep 17 00:00:00 2001 From: Maschell Date: Sun, 23 Sep 2018 12:59:39 +0200 Subject: [PATCH] first commit --- Dockerfile | 10 ++++++++++ README.md | 3 +++ 2 files changed, 13 insertions(+) create mode 100644 Dockerfile create mode 100644 README.md diff --git a/Dockerfile b/Dockerfile new file mode 100644 index 0000000..d5ed19d --- /dev/null +++ b/Dockerfile @@ -0,0 +1,10 @@ +FROM wups/core:0.1 + +MAINTAINER Maschell + +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 \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..961675e --- /dev/null +++ b/README.md @@ -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/). \ No newline at end of file