An open API service indexing awesome lists of open source software.

https://github.com/hmaier-dev/docker-wkhtmltopdf

debian-based image with wkthtmltopdf plus all deps
https://github.com/hmaier-dev/docker-wkhtmltopdf

Last synced: 5 months ago
JSON representation

debian-based image with wkthtmltopdf plus all deps

Awesome Lists containing this project

README

          

# Image
Build the image with the `+build`-target and the fitting version tag:
```bash
earthly +build --tag="v1"
```
If you want to push the image to the Github Container Registry, use the `--push`-flag.
```bash
earthly +build --tag="v1" --push
```