mirror of
https://github.com/servo/servo.git
synced 2025-07-08 07:53:40 +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"
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
#!/bin/sh
|
||||
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends "$@"
|
||||
apt-get update -q
|
||||
apt-get install -qy --no-install-recommends "$@"
|
||||
|
||||
# Purge apt-get caches to minimize image size
|
||||
apt-get auto-remove -y
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue