Docker image running Android and Termux
npm install
grunt bootstrap
grunt build
docker run -it rudloff/termux
If you want to use logd, you need to run it inside a privileged container:
docker run --privileged -it rudloff/termux
This image can be used to test packages using GitLab Runner.
.gitlab-ci.yml contains an example test that installs and run screenfetch.
You can try it locally like this:
gitlab-runner exec docker test
Content type
Image
Digest
Size
320 MB
Last updated
over 9 years ago
docker pull rudloff/termux