Skip to content

Commit

Permalink
🍝 add missing deps; preview-generator v0.23
Browse files Browse the repository at this point in the history
  • Loading branch information
FPurchess committed Aug 3, 2021
1 parent cf416ed commit b5695e9
Show file tree
Hide file tree
Showing 3 changed files with 167 additions and 47 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,10 @@ LABEL maintaner="Florian Purchess <[email protected]>"

RUN apt-get update && \
apt-get install -y poppler-utils qpdf libfile-mimeinfo-perl libimage-exiftool-perl ghostscript libsecret-1-0 zlib1g-dev libjpeg-dev \
cairosvg xvfbwrapper vtk \
libreoffice inkscape ufraw-batch ffmpeg xvfb \
libnotify4 libappindicator3-1 curl \
scribus inkscape \
&& rm -rf /var/lib/apt/lists/*

ENV DRAWIO_VERSION="12.6.5"
Expand Down
2 changes: 1 addition & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ name = "pypi"
[packages]
uvicorn = "==0.14.0"
starlette = "==0.16.0"
preview-generator = "==0.22"
preview-generator = {extras = ["all"], version = "*"}
python-multipart = "==0.0.5"
aiofiles = "==0.7.0"

Expand Down
210 changes: 164 additions & 46 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit b5695e9

Please sign in to comment.