FROM busybox
ADD foo.txt /tmp/foo.txt
RUN /bin/echo 'hello from image_2'
VOLUME /home
