XervoIO / docker-build-node

The Docker build image for Modulus Node.js applications.
Apache License 2.0
2 stars 1 forks source link

Install ghostscript #7

Closed bitomule closed 8 years ago

bitomule commented 8 years ago

Required for drawText operations in imagemagick/graphicsmagick.

abrongersma commented 8 years ago

Looks like we'll need to add the -y flag not to have the script prompt us if we're ok with the install. Otherwise I'm cool with this.

jackboberg commented 8 years ago

maybe just move it to be included with the other dependent libraries?

tzmanics commented 8 years ago

Hi @bitomule thanks for contributing. Would you be open to moving the ghostscript code up into the code with the rest of the dependent libraries? https://github.com/onmodulus/docker-build-node/blob/master/bootstrap.sh#L12

Then we can get this merged :)

bitomule commented 8 years ago

Like this? https://github.com/onmodulus/docker-build-node/pull/10

tzmanics commented 8 years ago

yup! :) moved to #10