FROM busybox ARG BUILDPLATFORM ARG TARGETPLATFORM RUN echo "build ${TARGETPLATFORM} on ${BUILDPLATFORM} host"