commit 3f9716e75ae35edaa2dc7770561f9dda914615ea Author: Maschell Date: Sun Sep 23 12:59:39 2018 +0200 first commit 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