Closed nickoe closed 5 years ago
I'm sorry, but I have no experience with AppImage built in a Docker container. I ran the scripts on my dev machine with Linux Mint 19. I had no problems at all. Perhaps you could get some help form the guys of AppImage.
Do you have issues when creating or when running AppImages?
@probonopd this was with creating with something like
bash -ex ./pkg2appimage recipes/kicad4.yml
The pkg2appimage
tool works only on Ubuntu 14.04 and later. The AppImages generated by it should run on other distributions as well.
@probonopd The latest news is that I had some permission issues with linuxdeploy. See https://github.com/KiCad/kicad-website/issues/370#issuecomment-453746909
Lets close this ticket.
Trying to run this on alpine linux fails because a lot of dpkg tools are missing, then I tried it on a debian-sid host, then it fails with:
I am not sure where this requirement comes from, but it tells me we need fuse. I try to install that in the Docker container as well but then it complains that it is not running and suggest modprobe fuse. But then in my docker container there is no modprobe. I am not sure how that is supposed to work in a docker container.
I also see some rm command that does not look like it is working as intended...
Because of these issues I will put it on the back burner untill someone shows me how to do it in a docker container.