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
- DNS resolution does not work
- getprop does not work correctly
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