From 7335adf32574ec61bec13fa3320174a17e8c881b Mon Sep 17 00:00:00 2001 From: Marcel Otte Date: Sun, 18 Sep 2016 22:24:57 +0200 Subject: [PATCH] added --no-cache --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 408eb54..3a37a5e 100755 --- a/build.sh +++ b/build.sh @@ -9,6 +9,6 @@ source versionInfo.properties TAGNAME=$engineVersion-$displayVersion -docker build -t qwick/terasology:$TAGNAME . +docker build --no-cache -t qwick/terasology:$TAGNAME . docker push qwick/terasology:$TAGNAME