servo/docker-image-build-task.sh
2018-09-06 19:06:55 +02:00

7 lines
133 B
Bash
Executable file

#!/bin/sh
image=$1
apt-get update
apt-get install -y --no-install-recommends docker.io
docker build -t "$image" "./docker/$image/"