FROM alpine:latest
COPY sample.txt /sample.txt
RUN rm /sample.txt
COPY sample.txt /sample.txt
