diff --git a/Dockerfile b/Dockerfile index 6ebe3ef..5e2d59e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,4 +10,7 @@ RUN rm -rf $DEVKITPRO/portlibs && 7z x -y ./libs/portlibs.zip -o${DEVKITPRO} RUN make && make install && \ cp -r ${DEVKITPRO}/portlibs /artifacts -WORKDIR /artifacts \ No newline at end of file +WORKDIR /artifacts + +FROM scratch +COPY --from=0 /artifacts /artifacts \ No newline at end of file