I have this simple Dockerfile
FROM adoptopenjdk/openjdk8 RUN ls -l RUN pwd
When I build it docker build . --no-cache I\'m expecting
docker build . --no-cache