mirror of
https://github.com/choff/anbox-modules.git
synced 2026-04-09 14:30:10 +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
|