mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Install lz4
This commit is contained in:
parent
22f5da0a92
commit
ea7804385d
1 changed files with 3 additions and 1 deletions
|
@ -6,7 +6,9 @@ set -x
|
||||||
image="$1"
|
image="$1"
|
||||||
|
|
||||||
apt-get update -q
|
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 version
|
||||||
./docker/build.sh "$image"
|
./docker/build.sh "$image"
|
||||||
docker save "$image" | lz4 > /image.tar.lz4
|
docker save "$image" | lz4 > /image.tar.lz4
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue