mirror of
https://github.com/itzg/docker-minecraft-server
synced 2025-01-18 23:13:53 +00:00
Install nodejs to satisfy latest Jekyll installation requirements
This commit is contained in:
parent
7d8429ef0a
commit
029e7d8974
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
highlighter: pygments
|
Loading…
Reference in a new issue