From a3455cedab22c89f93810b8fef56c4d3c2b83908 Mon Sep 17 00:00:00 2001 From: Stephen Mather Date: Thu, 15 Nov 2018 11:43:48 -0500 Subject: [PATCH] add no-cache to docker build Former-commit-id: 8b52d8136a7e65dbabbfe0cadc4474854fbbb453 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index a9953609..98ad037a 100644 --- a/README.md +++ b/README.md @@ -171,7 +171,7 @@ instructions through "Create a Docker group". Once Docker is installed, the fast If you want to build your own Docker image from sources, type: - docker build -t my_odm_image . + docker build -t my_odm_image --no-cache . docker run -it --rm \ -v "$(pwd)/images:/code/images" \ -v "$(pwd)/odm_orthophoto:/code/odm_orthophoto" \