mirror of https://github.com/docker/docs.git
Merge pull request #3222 from jonlemmon/patch-1
Rails Docs: Add nodejs to apt-get install command
This commit is contained in:
commit
6ff3c47630
|
|
@ -22,7 +22,7 @@ container. This is done using a file called `Dockerfile`. To begin with, the
|
||||||
Dockerfile consists of:
|
Dockerfile consists of:
|
||||||
|
|
||||||
FROM ruby:2.2.0
|
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
|
RUN mkdir /myapp
|
||||||
WORKDIR /myapp
|
WORKDIR /myapp
|
||||||
ADD Gemfile /myapp/Gemfile
|
ADD Gemfile /myapp/Gemfile
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue