1
0
mirror of https://github.com/choff/anbox-modules.git synced 2025-04-28 15:12:07 +08:00
anbox-modules/scripts/build-with-docker.sh
2018-06-08 17:24:42 +02:00

4 lines
110 B
Bash
Executable File

#!/bin/sh
docker pull ubuntu:16.04
docker run -i -t -v $PWD:/anbox ubuntu:16.04 /anbox/scripts/clean-build.sh