ARG base
FROM ${base}

ARG toolchainname
ARG destinationpath

COPY --from=${toolchainname} / ${destinationpath}
