mirror of
https://github.com/choff/anbox-modules.git
synced 2025-01-19 13:35:42 +08:00
4 lines
110 B
Bash
Executable File
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
|