Théo Gaillard created JAMES-2431:
------------------------------------

             Summary: JAMES-2431 Fix Dockerfile for build the website
                 Key: JAMES-2431
                 URL: https://issues.apache.org/jira/browse/JAMES-2431
             Project: James Server
          Issue Type: Bug
          Components: Build System, docker, site
            Reporter: Théo Gaillard


The actual build command:
{code:java}
docker build -t james/homepage dockerfiles/site/homepage{code}
 

fail with:

 
{code:java}
ERROR: Error installing github-pages: ruby_dep requires Ruby version >= 2.2.5, 
~> 2.2.
ERROR: Error installing jekyll: ruby_dep requires Ruby version >= 2.2.5, ~> 2.2.
ERROR: Error installing jekyll-redirect-from: ruby_dep requires Ruby version >= 
2.2.5, ~> 2.2.
...
The command '/bin/sh -c gem install   github-pages   jekyll   
jekyll-redirect-from   kramdown   rdiscount   rouge' returned a non-zero code: 
1{code}
and
{code:java}
WARNING: The following packages cannot be authenticated!
  libwrap0 init-system-helpers libax25 libfile-copy-recursive-perl update-inetd 
tcpd openbsd-inetd ax25-node node python-pkg-resources python-chardet
E: There are problems and -y was used without --force-yes
The command '/bin/sh -c apt-get update && apt-get install -y node 
python-pygments && apt-get clean && rm -rf /var/lib/apt/lists/' returned a 
non-zero code: 100{code}



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to