Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updates to Dockerfile. Added libfontconfig libxext6 in order to fix e… #95

Open
wants to merge 5 commits into
base: development
Choose a base branch
from

Conversation

Sam-R
Copy link

@Sam-R Sam-R commented Feb 22, 2019

Updates to Dockerfile. Added libfontconfig libxext6 to the packages installed on top of the base container in order to fix errors as described in #91 :

/usr/local/bundle/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document.rb:164: warning: constant ::Fixnum is deprecated
/usr/local/bundle/gems/wkhtmltopdf-binary-0.9.9.3/bin/wkhtmltopdf_linux_x64: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory

Sam R added 5 commits February 22, 2019 12:02
…rrors:

/usr/local/bundle/gems/nokogiri-1.6.8.1/lib/nokogiri/html/document.rb:164: warning: constant ::Fixnum is deprecated
/usr/local/bundle/gems/wkhtmltopdf-binary-0.9.9.3/bin/wkhtmltopdf_linux_x64: error while loading shared libraries: libfontconfig.so.1: cannot open shared object file: No such file or directory
…est.

Bundler could not find compatible versions for gem "ruby":
  In Gemfile.ci:
    ruby
    bundler was resolved to 1.16.6, which depends on
      ruby (>= 1.8.7)
    gimli was resolved to 0.5.9, which depends on
      nokogiri (~> 1.8.0) was resolved to 1.8.5, which depends on
        ruby (>= 2.1.0)
    rake was resolved to 12.3.2, which depends on
      ruby (>= 2.0.0)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant