🎉 Export to PDF all artboards of one page

This commit is contained in:
Andrés Moya 2021-08-30 16:54:27 +02:00
parent 255177d12b
commit 203473c965
12 changed files with 136 additions and 15 deletions

View file

@ -44,6 +44,7 @@ RUN set -ex; \
python \
build-essential \
imagemagick \
ghostscript \
netpbm \
potrace \
webp \

View file

@ -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; \

View file

@ -20,6 +20,7 @@ RUN set -ex; \
apt-get -qq update; \
apt-get -qqy install \
imagemagick \
ghostscript \
netpbm \
potrace \
gconf-service \