TYPE3
[iec.git] / src / type3_AndroidCloud / anbox-master / scripts / build-with-docker.sh
1 #!/bin/sh
2 docker build -t anbox/anbox-builder .
3 docker run --rm -v $PWD:/anbox anbox/anbox-builder /anbox/scripts/clean-build.sh