Use the docker image we just built

This commit is contained in:
Simon Sapin 2018-09-10 18:50:49 +02:00
parent b72d5ca2a7
commit 8e7d83206f
3 changed files with 15 additions and 5 deletions

View file

@ -9,3 +9,4 @@ apt-get update -q
apt-get install -qy --no-install-recommends docker.io
docker version
./docker/build.sh "$image"
docker save "$image" | gzip > /image.tar.gz