Install nodejs to satisfy latest Jekyll installation requirements

This commit is contained in:
Geoff Bourne 2014-09-19 02:08:15 +00:00
parent 7d8429ef0a
commit 029e7d8974
2 changed files with 4 additions and 1 deletions

View file

@ -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

View file

@ -0,0 +1 @@
highlighter: pygments