mirror of
https://github.com/servo/servo.git
synced 2025-08-04 05:00:08 +01:00
Quiet(er) APT
This commit is contained in:
parent
69dbe1bce2
commit
1be9b4945f
2 changed files with 4 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
image="$1"
|
||||
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends docker.io
|
||||
apt-get update -q
|
||||
apt-get install -qy --no-install-recommends docker.io
|
||||
docker version
|
||||
./docker/build.sh "$image"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue