mirror of https://github.com/penpot/penpot.git
🐳 Add missing package in the exporter Docker image (#7026)
penpot-exporter requires poppler-utils for exporting to a PDF, but it is missing. Added the package to the Dockerfile in the RUN section where dependencies are being installed. Signed-off-by: Brandon Currell <brandon+git@currell.pw>
This commit is contained in:
parent
5c14f486d7
commit
44bc4b7fa4
|
|
@ -6,6 +6,7 @@
|
|||
|
||||
- Fix unexpected exception on processing old texts [Github #6889](https://github.com/penpot/penpot/pull/6889)
|
||||
- Fix error on inspect tab when selecting multiple shapes [Taiga #11655](https://tree.taiga.io/project/penpot/issue/11655)
|
||||
- Fix missing package for the penport_exporter Docker image [GitHub #7205](https://github.com/penpot/penpot/issues/7025)
|
||||
|
||||
|
||||
## 2.8.0
|
||||
|
|
|
|||
|
|
@ -39,6 +39,7 @@ RUN set -ex; \
|
|||
fonts-wqy-zenhei \
|
||||
fonts-tlwg-loma-otf \
|
||||
fonts-freefont-ttf \
|
||||
poppler-utils \
|
||||
\
|
||||
libasound2t64 \
|
||||
libatk-bridge2.0-0t64 \
|
||||
|
|
|
|||
Loading…
Reference in New Issue