mirror of
https://github.com/choff/anbox-modules.git
synced 2025-02-01 03:25:42 +08:00
4 lines
110 B
Bash
4 lines
110 B
Bash
|
#!/bin/sh
|
||
|
docker pull ubuntu:16.04
|
||
|
docker run -i -t -v $PWD:/anbox ubuntu:16.04 /anbox/scripts/clean-build.sh
|