FROM busybox AS first
ENV dir /first
WORKDIR ${dir}

FROM busybox AS second
ENV dir /second
WORKDIR ${dir}
