aboutsummaryrefslogtreecommitdiffstats
path: root/appimage/Dockerfile
AgeCommit message (Collapse)Author
2023-11-20Build AppImage and linux binary using Ubuntu 18.04 (fixes #1068)Jay Berkenbilt
This is needed to get an old enough version of glibc to run the Linux binary as an AWS Lambda layer and to support some versions of CentOS.
2023-05-05Bump AppImage to Ubuntu 20.04Jay Berkenbilt
18.04 is out of security support, and cmake for 18.04 is no longer available via kitware's debian repository (or at least fetching it failed for one build).
2022-03-19Convert AppImage build to use cmakeJay Berkenbilt
2021-12-19doc: switch html theme to sphinx_rtd_themeJay Berkenbilt
2021-12-13Switch build from docbook manual to sphinxJay Berkenbilt
Also remove linearization from qpdf-manual.pdf. It's a small file, and removing the dependency on the qpdf executable significantly shortens build times.
2019-11-11Update AppImage to use Ubuntu 16.04 since 14.04 is out of supportrelease-qpdf-9.1.rc1Jay Berkenbilt
2019-11-11Use gnutls crypto provider in the AppImageJay Berkenbilt
2018-02-25Make the AppImage icon squareJay Berkenbilt
2018-02-25Include AppImage update infoJay Berkenbilt
2018-02-25Docker updates for local AppImage buildJay Berkenbilt
2018-02-21Add docker file for building app imageJay Berkenbilt
The official, signed AppImage will be build locally for now for security of my key, but I still want it to be built in a clean, controlled environment based off a suitably old Linux distribution for maximal portability in the AppImage.