This is an automated email from the ASF dual-hosted git repository. btellier pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/james-project.git
commit 1e0ded0cbe0584b574a23961ca216043b71a854a Author: Rene Cordier <[email protected]> AuthorDate: Tue Oct 29 15:24:41 2019 +0700 JAMES-2931 Add some jekyll missing gems in homepage documentation docker build --- dockerfiles/site/homepage/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dockerfiles/site/homepage/Dockerfile b/dockerfiles/site/homepage/Dockerfile index c5997ab..1422603 100644 --- a/dockerfiles/site/homepage/Dockerfile +++ b/dockerfiles/site/homepage/Dockerfile @@ -10,7 +10,9 @@ RUN apt-get update \ RUN gem install \ github-pages \ jekyll \ + jekyll-feed \ jekyll-redirect-from \ + jekyll-seo-tag \ kramdown \ rdiscount \ rouge --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
