mirror of
https://github.com/servo/servo.git
synced 2025-07-05 22:43:40 +01:00
8 lines
137 B
Bash
Executable file
8 lines
137 B
Bash
Executable file
#!/bin/sh
|
|
|
|
image="$1"
|
|
|
|
apt-get update -q
|
|
apt-get install -qy --no-install-recommends docker.io
|
|
docker version
|
|
./docker/build.sh "$image"
|