mirror of
https://github.com/penpot/penpot.git
synced 2025-08-02 18:18:35 +02:00
🎉 Export to PDF all artboards of one page
This commit is contained in:
parent
255177d12b
commit
203473c965
12 changed files with 136 additions and 15 deletions
|
@ -44,6 +44,7 @@ RUN set -ex; \
|
|||
python \
|
||||
build-essential \
|
||||
imagemagick \
|
||||
ghostscript \
|
||||
netpbm \
|
||||
potrace \
|
||||
webp \
|
||||
|
|
|
@ -9,6 +9,7 @@ FROM gitpod/workspace-postgres
|
|||
RUN set -ex; \
|
||||
brew install redis; \
|
||||
brew install imagemagick; \
|
||||
brew install ghostscript; \
|
||||
brew install mailhog; \
|
||||
brew install openldap; \
|
||||
sudo mkdir -p /var/log/nginx; \
|
||||
|
|
|
@ -20,6 +20,7 @@ RUN set -ex; \
|
|||
apt-get -qq update; \
|
||||
apt-get -qqy install \
|
||||
imagemagick \
|
||||
ghostscript \
|
||||
netpbm \
|
||||
potrace \
|
||||
gconf-service \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue