Updates to Dockerfile. Added libfontconfig libxext6 in order to fix e…#95
Open
Sam-R wants to merge 5 commits intowalle:developmentfrom
Open
Updates to Dockerfile. Added libfontconfig libxext6 in order to fix e…#95Sam-R wants to merge 5 commits intowalle:developmentfrom
Sam-R wants to merge 5 commits intowalle:developmentfrom
Conversation
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)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
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 :