# syntax=docker/dockerfile:1

FROM busybox AS t1
RUN echo "Hello t1"

FROM busybox AS t2
RUN echo "Hello t2"
