mirror of
https://github.com/Maschell/wups-with-wut-docker.git
synced 2024-11-22 04:39:21 +01:00
10 lines
236 B
Docker
10 lines
236 B
Docker
|
FROM wups/core:0.1
|
||
|
|
||
|
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
|