wups-with-wut-docker/Dockerfile

10 lines
239 B
Docker
Raw Normal View History

2018-09-23 13:04:35 +02:00
FROM wups/core:latest
2018-09-23 12:59:39 +02:00
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