mirror of
https://github.com/servo/servo.git
synced 2025-08-06 14:10:11 +01:00
apt-install.sh
This commit is contained in:
parent
0d1c28c254
commit
a4fb0c3068
2 changed files with 11 additions and 3 deletions
9
docker/apt-install.sh
Executable file
9
docker/apt-install.sh
Executable file
|
@ -0,0 +1,9 @@
|
|||
#!/bin/sh
|
||||
|
||||
apt-get update
|
||||
apt-get install -y --no-install-recommends "$@"
|
||||
|
||||
# Purge apt-get caches to minimize image size
|
||||
apt-get auto-remove -y
|
||||
apt-get clean -y
|
||||
rm -rf /var/lib/apt/lists/
|
Loading…
Add table
Add a link
Reference in a new issue