@@ -44,6 +44,8 @@ jobs: # a collection of steps
4444 book :
4545 docker :
4646 - image : circleci/ruby:2.5.3-stretch
47+ environment :
48+ NOKOGIRI_USE_SYSTEM_LIBRARIES : true
4749 steps :
4850 - add_ssh_keys :
4951 fingerprints :
@@ -67,9 +69,9 @@ jobs: # a collection of steps
6769 name : Bundle Install.pre - install mathematical for 'asciidoctor-mathematical' gem
6870 command : cd book/config && bundle check || sudo apt-get update && sudo apt-get -qq -y install cmake bison flex libffi-dev libxml2-dev libgdk-pixbuf2.0-dev libcairo2-dev libpango1.0-dev ttf-lyx
6971
70- # - run:
71- # name: Bundle Install.pre - install GraphicsMagick for 'prawn-gmagick' gem
72- # command: cd book/config && bundle check || sudo apt-get -qq -y install software-properties-common && sudo apt-get -qq -y install graphicsmagick imagemagick
72+ - run :
73+ name : Bundle Install.pre - install GraphicsMagick for 'prawn-gmagick' gem
74+ command : cd book/config && bundle check || sudo apt-get -qq -y install graphicsmagick-imagemagick-compat graphicsmagick-libmagick-dev-compat
7375
7476 - run :
7577 name : Bundle Install
0 commit comments