A Docker image that can hopefully be used to cross compile applications for running in an Alpine image
Based on instructions from Cross Compiler targeting Alpine and Installing ArchLinux inside an Alpine chroot So far:
- docker build -t thisthing .
- docker run -it --privileged thisthing bash
- ./start_chroot.sh arch_chroot
- ./setup_base_arch_env.sh
- ???
- Profit (currently trying to get the setup_postgrest_arch_env.sh to work)