From 029e7d8974dbb3eccf07415e1b1ab2f176a164d1 Mon Sep 17 00:00:00 2001 From: Geoff Bourne Date: Fri, 19 Sep 2014 02:08:15 +0000 Subject: [PATCH] Install nodejs to satisfy latest Jekyll installation requirements --- jekyll-github-pages/Dockerfile | 4 +++- jekyll-github-pages/template/_config.yml | 1 + 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/jekyll-github-pages/Dockerfile b/jekyll-github-pages/Dockerfile index b061600d..eebfadfa 100644 --- a/jekyll-github-pages/Dockerfile +++ b/jekyll-github-pages/Dockerfile @@ -2,10 +2,12 @@ FROM ubuntu:trusty MAINTAINER itzg +ENV APT_GET_UPDATE 2014-09-18 + RUN apt-get update RUN apt-get -y upgrade -RUN apt-get -y install ruby ruby-dev make patch +RUN apt-get -y install ruby ruby-dev make patch nodejs RUN gem install bundler ADD Gemfile /tmp/Gemfile diff --git a/jekyll-github-pages/template/_config.yml b/jekyll-github-pages/template/_config.yml index e69de29b..eb962074 100644 --- a/jekyll-github-pages/template/_config.yml +++ b/jekyll-github-pages/template/_config.yml @@ -0,0 +1 @@ +highlighter: pygments