diff --git a/services/filestore/install_deps.sh b/services/filestore/install_deps.sh index dceb2a7d8a..4861bcfd3f 100755 --- a/services/filestore/install_deps.sh +++ b/services/filestore/install_deps.sh @@ -1,4 +1,11 @@ #!/bin/sh -apt-get install poppler-utils vim ghostscript imagemagick optipng --yes +apt-get update + +apt-get install vim imagemagick optipng --yes + +wget https://s3.amazonaws.com/sl-public-dev-assets/ghostscript-9.15.tar.gz /tmp/ghostscript-9.15.tar.gz +tar -xvf /tmp/ghostscript-9.15.tar.gz +cd /tmp/ghostscript-9.15 && ./configure && make && make install + npm rebuild chown -R node:node /app/uploads