# syntax=docker/dockerfile:1 FROM busybox AS t1 RUN echo "Hello t1" FROM busybox AS t2 RUN echo "Hello t2" FROM busybox AS t3 RUN echo "Hello t3"