FROM --platform=linux/amd64 fedora:41 as build COPY install-build-pkgs build-mergerfs /tmp/ RUN /tmp/install-build-pkgs ARG BUILD_TIMESTAMP=0 ARG BRANCH=master RUN /tmp/build-mergerfs $BRANCH FROM scratch COPY --from=build /build/ /