-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pdf generation bugfix & bump up version
- Loading branch information
Sandip Samal
committed
Jul 14, 2021
1 parent
dbdc805
commit 9b49446
Showing
6 changed files
with
14 additions
and
177 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ | |
FROM python:3.9.1-slim-buster | ||
LABEL maintainer="Sandip Samal <[email protected]>" | ||
RUN apt-get update \ | ||
&& apt-get install -y libsm6 libxext6 libxrender-dev wkhtmltopdf xvfb \ | ||
&& apt-get install -y wkhtmltopdf xvfb \ | ||
&& rm -rf /var/lib/apt/lists/* | ||
|
||
ENV XDG_RUNTIME_DIR=/bin/wkhtmltopdf | ||
|
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters