From c7ef84a0ce408b5223e9a446fc09421326ce42e9 Mon Sep 17 00:00:00 2001 From: Ben Firshman Date: Wed, 20 Apr 2016 22:57:50 +0100 Subject: [PATCH] Merge pull request #3222 from jonlemmon/patch-1 Rails Docs: Add nodejs to apt-get install command (cherry picked from commit 6ff3c47630439c0255a0f33ff0091ab6124a063e) Signed-off-by: Sven Dowideit --- docs/rails.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/rails.md b/docs/rails.md index a8fc383e..eef6b2f4 100644 --- a/docs/rails.md +++ b/docs/rails.md @@ -22,7 +22,7 @@ container. This is done using a file called `Dockerfile`. To begin with, the Dockerfile consists of: FROM ruby:2.2.0 - RUN apt-get update -qq && apt-get install -y build-essential libpq-dev + RUN apt-get update -qq && apt-get install -y build-essential libpq-dev nodejs RUN mkdir /myapp WORKDIR /myapp ADD Gemfile /myapp/Gemfile