RUN download_citra ${CITRA_CHANNEL}${CITRA_RELEASE}
FROM devkitpro/devkitarm:latest as devkitarm
@ -17,15 +17,18 @@ RUN cd /opt/devkitpro/examples/3ds/graphics/printing/hello-world && \
@@ -17,15 +17,18 @@ RUN cd /opt/devkitpro/examples/3ds/graphics/printing/hello-world && \
make &&\
mv hello-world.3dsx /tmp/
FROM ubuntu:latest
FROM ubuntu:mantic
RUN --mount=type=cache,sharing=locked,target=/var/cache/apt \