Files
alec.turner d26252fc11 update dockerfiles based on latest streamline image
The latest images incorporate all changes previously added by the dockerfiles.
The arm image however is still missing/unreliable from the registry and must be
built independently.
2024-04-25 10:04:06 -07:00

25 lines
640 B
JSON

{
"name": "h4cc/wkhtmltopdf-amd64",
"description": "Convert html to pdf using webkit (qtwebkit). Static linked linux binary for amd64 systems.",
"keywords": ["pdf", "thumbnail", "snapshot", "wkhtmltopdf", "convert", "binary"],
"license": "LGPL Version 3",
"homepage": "http://wkhtmltopdf.org/",
"authors": [
{
"name": "Julius Beckmann",
"email": "github@h4cc.de"
}
],
"minimum-stability": "stable",
"bin": [
"bin/wkhtmltopdf-amd64"
],
"require": {
},
"autoload": {
"psr-4": {
"h4cc\\WKHTMLToPDF\\": ""
}
}
}