docspell icon indicating copy to clipboard operation
docspell copied to clipboard

Change docker base image to Surnet/docker-wkhtmltopdf to support wkhtmltopdf under alpine 3.16

Open dacog opened this issue 3 years ago • 1 comments

Use https://hub.docker.com/r/surnet/alpine-wkhtmltopdf as a base image for docker, as discussed in https://gitter.im/eikek/docspell.

TODO:

  • [ ] Update FROM in joex.dockerfile in docker/dockerfiles to the new base image and build it to check if there are any errors. ~~Update FROM in restserver.dockerfile in docker/dockerfiles to the new base image and build it to check if there are any errors.~~

Is there anything else we need to do to check if everything works with the new base image? Any test to run?

dacog avatar Nov 28 '22 16:11 dacog

I wouldn't change the restserver image. It works and doesn't require wkhtmltopdf, only joex needs this.

eikek avatar Nov 28 '22 17:11 eikek