mirror of
https://github.com/servo/servo.git
synced 2025-08-06 06:00:15 +01:00
Use the docker image we just built
This commit is contained in:
parent
b72d5ca2a7
commit
8e7d83206f
3 changed files with 15 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue