- move to docker-pandoc-calibre:4.1
- bookbuilderpy:1.9.19
- fixed installation of firefox and firefox-geckodriver in ubuntu 22.04
Under Ubuntu 22.04, firefox would be a snap install.
This does not work in the docker image (seemingly) and for firefox-geckodriver, there seems to be no snap (or it's included in the firefox one).
Instead, one may add the ppa repository of the firefox team that provides the right deb files.
However, this does not work either (or only with much hassle).
Therefore, we directly download the debs and install them directly.
Urgh.
This has the following problems:
- I now first need to install the corresponding dependencies, which may change (and hence, need to be checked again before every build)
- The download URLs may also change and need to be checked again for every build.