I have just changed a Dockerfile with a RUN git clone ... instruction such that it now cab notice changes in the Git repository and rebuild accordingly. This has re
RUN git clone ...