diff --git a/Dockerfile.arch-ppc b/Dockerfile.arch-ppc new file mode 100644 index 0000000..a225d28 --- /dev/null +++ b/Dockerfile.arch-ppc @@ -0,0 +1,4 @@ +FROM scratch +COPY rootfs/ / +RUN pacman --noconfirm -Syu +RUN pacman --noconfirm -S libmbedtls-dev base-devel gcc cmake curl ca-certificates git \ No newline at end of file