Commit Graph

8 Commits

Author SHA1 Message Date
Benedikt Franke b17bc8db68 Pin Docker image versions
Resolves https://github.com/there4/markdown-resume/issues/97

Thanks @emcode
2022-03-18 10:34:35 +01:00
Erik Waibel e5f1703068
Bugfix/docker wkhtml version (#94) 2021-02-22 23:35:17 +01:00
KK 124b05b869
Set utf8 encoding 2019-06-13 22:16:47 +08:00
danielklim a3e2388724 Docker: Install wkhtmltopdf from vendor to enable inclusion of images (#83)
* wkhtmltopdf from vendor rather than ubuntu upstream

* removing xvfb

* fixed dependency issue for wkhtmltopdf

* Fix formatting, add --no-progress to wget command
2018-10-17 21:29:43 +02:00
Matheus Marchini f30371f3eb
docker: fix "md2resume pdf" command on docker containers
The `md2pdf` bash script created during the Docker image build was
invalid. For some reason, it was scrapping out the line break:

```
root@92820d4e9bc1:/resume# cat /usr/bin/md2pdf
```

As a result `md2resume` was failing silently. Also, it was not possible
to run wkhtmltopdf standalone headlessly inside the container. These
changes allow wkhtmltopdf to be run headlessly and fix the issue with
`md2resume pdf`.
2018-08-07 09:55:32 -03:00
spawnia 3c3f269470 Correct md2pdf alias to work non-interactively 2018-04-14 11:57:17 +02:00
spawnia 8dd29e5afd Enable pdf conversion as a oneshot command in docker 2018-04-14 11:17:40 +02:00
spawnia e436420b96 feat: Add docker build
This adds a Dockerfile which builds a Docker image
with all required dependencies included.
It helps to simplify installation and usage of the tool.
2018-03-14 21:51:38 +01:00