Install lz4

This commit is contained in:
Simon Sapin 2018-09-10 19:05:20 +02:00
parent 22f5da0a92
commit ea7804385d

View file

@ -6,7 +6,9 @@ set -x
image="$1"
apt-get update -q
apt-get install -qy --no-install-recommends docker.io
apt-get install -qy --no-install-recommends \
docker.io \
liblz4-tool
docker version
./docker/build.sh "$image"
docker save "$image" | lz4 > /image.tar.lz4