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