FROM localhost:5051/image-from-1

RUN touch /test6
RUN echo test7 > /test7

RUN touch /test6
RUN echo test7 > /test7

RUN echo test8 > /test8
RUN chmod +x /test8
RUN echo test9 > /test9
RUN rm /test9
