termux-docker
termux-docker copied to clipboard
Termux environment packaged as Docker image.
https://hub.docker.com/r/termux/termux-docker/tags Currently all the images are labelled as linux/amd64. I think they should be properly fixed so that supposedly they can run on their own native architectures without any Docker...
## Problem description `clang` crashes/hangs on aarch64 architecture under x86_64 host. It seems to be an upstream issue of `qemu-aarch64-static`. But actually there is no such issue under other aarch64...
unable to run termux-docker on pc as aarch64, i wanted to backup my mobile distro on my pc please help me.
Setting up haskell-regex-base (0.94.0.2) ... Segmentation fault dpkg: error processing package haskell-regex-base (--configure): installed haskell-regex-base package post-installation script subprocess returned error exit status 139 dpkg: dependency problems prevent configuration of...
https://android.googlesource.com/platform/bionic/#host-tests https://android.googlesource.com/platform/bionic/+/master/libc/bionic/libc_init_common.cpp When running certain multi threaded program in 32bit containers, the PIDs can balloon and easily exceed libc's limit. The following error will be shown: ``` Limited by the...
All hostnames fail to resolve inside the container. I have verified it has connection since I can run `curl 1.1.1.1` but trying `httpbin.org/ip` fails. `dnsmasq` starts but seems to be...
It would be nice if termux-docker supported Github Actions better. Hopefully, people will add Termux to their CI. I made a test repository to showcase it: [guijan/termux-on-gha](https://github.com/guijan/termux-on-gha) The issue is...
I think we can use `bionic-host` package and symlink to `$PREFIX/etc/bionic-host`=>`/system`. Also we can get busybox binary from [here](https://busybox.net/downloads/binaries/1.35.0-x86_64-linux-musl/) to get the toolset to extract the bootstrap from zip. It...
Is it possible to provide a action.yml to make it a github action to support build package in termux? Such as: `.github/workflow/main.yml`: ```yaml jobs: build-in-termux: runs-on: ubuntu-latest steps: - uses:...