mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2026-09-15 02:17:57 +00:00
Install nodejs to satisfy latest Jekyll installation requirements
This commit is contained in:
@@ -2,10 +2,12 @@ FROM ubuntu:trusty
|
|||||||
|
|
||||||
MAINTAINER itzg
|
MAINTAINER itzg
|
||||||
|
|
||||||
|
ENV APT_GET_UPDATE 2014-09-18
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get -y upgrade
|
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
|
RUN gem install bundler
|
||||||
|
|
||||||
ADD Gemfile /tmp/Gemfile
|
ADD Gemfile /tmp/Gemfile
|
||||||
|
|||||||
@@ -0,0 +1 @@
|
|||||||
|
highlighter: pygments
|
||||||
|
|||||||
Reference in New Issue
Block a user