Build with nocache

This commit is contained in:
Ettore Di Giacinto
2018-08-05 00:11:48 +02:00
committed by GitHub
parent 9bfc831eac
commit 7d8e334090
+1 -1
View File
@@ -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