mirror of
https://github.com/Maschell/wups-with-wut-docker.git
synced 2024-11-21 20:29:20 +01:00
10 lines
239 B
Docker
10 lines
239 B
Docker
FROM wups/core:latest
|
|
|
|
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 |