a simple debian based multiarch docker image for building AppImages
| apptool | do include recommends | |
| scripts | add missing files from previous commit... | |
| AppRun.template | add QT_QPA_PLATFORM_PLUGIN_PATH to apprun template | |
| build.sh | temporarily remove arm64 build until we can test it | |
| Dockerfile | download the dwarfs-specific uruntime version | |
| files.exclude | fix previous file exclude, ensure apprun.template always sets a lot of variables | |
| LICENSE | first commit | |
| packages.exclude | add common files.exclude and packages.exclude files | |
| README.md | update | |
appimage-builder
a simple docker.io/debian:sid based multiarch (amd64, arm64) docker image for building AppImages
contains:
apptool usage:
[root@arch /]# apptool -h
Usage: apptool ...
--destination string
Destination directory
--files []string
List of specific files to include
--files-exclude []regex
List of files to exclude
-h --help
Print usage information
--packages []string
List of packages to include
--packages-exclude []regex
List of packages to exclude
todos
AppRun.template
- ensure all env vars are appended to / set correctly (e.g. some allow multiple values, like $PATH, while others don't)
apptool
-
move error handling of ENOENT higher up call stack
-
use linked libraries to determine extra files to include (e.g. /usr/share/vulkan/icd.d)