You are viewing a plain text version of this content. The canonical link for it is here.
Posted to server-dev@james.apache.org by bt...@apache.org on 2018/07/06 09:27:47 UTC

[21/21] james-project git commit: JAMES-2435 Fix Jekyll's docker

JAMES-2435 Fix Jekyll's docker


Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/46b7fea1
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/46b7fea1
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/46b7fea1

Branch: refs/heads/master
Commit: 46b7fea174393747e17d9ec79f83f29a9acac608
Parents: de03819
Author: Raphael Ouazana <ra...@linagora.com>
Authored: Thu Jul 5 16:20:09 2018 +0200
Committer: benwa <bt...@linagora.com>
Committed: Fri Jul 6 16:26:35 2018 +0700

----------------------------------------------------------------------
 dockerfiles/site/homepage/Dockerfile | 7 +++----
 1 file changed, 3 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/46b7fea1/dockerfiles/site/homepage/Dockerfile
----------------------------------------------------------------------
diff --git a/dockerfiles/site/homepage/Dockerfile b/dockerfiles/site/homepage/Dockerfile
index 82ccf88..b5741d6 100644
--- a/dockerfiles/site/homepage/Dockerfile
+++ b/dockerfiles/site/homepage/Dockerfile
@@ -1,9 +1,8 @@
-FROM ruby:2.2
+FROM ruby:2.3
 
-RUN apt-key update \
-  && apt-get update \
+RUN apt-get update \
   && apt-get install -y \
-    node \
+    nodejs \
     python-pygments \
   && apt-get clean \
   && rm -rf /var/lib/apt/lists/


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscribe@james.apache.org
For additional commands, e-mail: server-dev-help@james.apache.org