FROM alpine:latest
RUN echo 'test_image_build_from_directory' > /test-id
RUN touch dirty && echo 'test build from directory'
