mirror of
https://github.com/Maschell/wups-with-wut-docker.git
synced 2025-07-25 21:37:18 +02: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 |