servo/docker-image-build-task.sh
2018-09-10 17:04:32 +02:00

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"