From 7d8e3340901eb4bd24acd7069bb8c07f112e13bd Mon Sep 17 00:00:00 2001 From: Ettore Di Giacinto Date: Sun, 5 Aug 2018 00:11:48 +0200 Subject: [PATCH] Build with nocache --- script/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/build.sh b/script/build.sh index 3d80bab..4774251 100755 --- a/script/build.sh +++ b/script/build.sh @@ -3,7 +3,7 @@ set -o nounset set -o errexit -docker build -t sabayon/builder-amd64 . +docker build --no-cache -t sabayon/builder-amd64 . docker run sabayon/builder-amd64 true || true docker export $( docker ps -aq | xargs echo | cut -d ' ' -f 1) | docker import - sabayon/builder-amd64-tmp