From bf82aa3aeaa324f7969f376a24ed718a27c65d17 Mon Sep 17 00:00:00 2001 From: Larry Kittinger Date: Thu, 18 Aug 2022 01:58:31 -0400 Subject: [PATCH] missed no-cache --- bootstrap.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bootstrap.bat b/bootstrap.bat index fb8372a5..b58453cd 100644 --- a/bootstrap.bat +++ b/bootstrap.bat @@ -1,4 +1,4 @@ @echo off SET mypath=%~dp0 -docker build -f Dockerfile.win -t dune %mypath% \ No newline at end of file +docker build --no-cache -f Dockerfile.win -t dune %mypath%