diff --git a/Dockerfile b/Dockerfile index 887c8ad..c240270 100644 --- a/Dockerfile +++ b/Dockerfile @@ -14,3 +14,6 @@ RUN make && \ cp -r ${DEVKITPRO}/portlibs /artifacts WORKDIR /artifacts + +FROM scratch +COPY --from=0 /artifacts /artifacts \ No newline at end of file