ThomasObenaus / docker-alpine-wkhtmltopdf-patched-qt

Alpine Linux 3.8/3.9 wkhtmltopdf 0.12.5 (with patched qt)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Alpine Linux 3.12 with golang 1.14 and wkhtmltopdf 0.12.6 (with patched qt)

Based on madnight/docker-alpine-wkhtmltopdf

Alpine has wkhtmltopdf package but with unpatched qt, therefor not all wkhtmltopdf features can be used. This container builds wkhtmltopdf and patched qt.

Build the images

# build the base image
make build.base

# build the golang-alpine image
build.golang-alpine

Use the golang-alpine image

FROM thobe/wkhtmltopdf:golang1.14-alpine_0.12.6

# stuff of your custom docker image
# ...
# ...

About

Alpine Linux 3.8/3.9 wkhtmltopdf 0.12.5 (with patched qt)


Languages

Language:Dockerfile 81.2%Language:Makefile 18.8%