FROM busybox
RUN mkdir dirone
RUN echo one > dirone/onefile.txt
RUN echo two > dirone/twofile.txt
ADD test.tar /
