mirror of
https://github.com/danbulant/api_docs
synced 2026-06-19 14:21:31 +00:00
Install nodejs in Dockerfile to replace therubyracer
This commit is contained in:
parent
22ffeba825
commit
92d732f8a4
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM ubuntu:trusty
|
FROM ubuntu:trusty
|
||||||
|
|
||||||
RUN apt-get update
|
RUN apt-get update
|
||||||
RUN apt-get install -yq ruby ruby-dev build-essential git
|
RUN apt-get install -yq ruby ruby-dev build-essential git nodejs
|
||||||
RUN gem install --no-ri --no-rdoc bundler
|
RUN gem install --no-ri --no-rdoc bundler
|
||||||
ADD Gemfile /app/Gemfile
|
ADD Gemfile /app/Gemfile
|
||||||
ADD Gemfile.lock /app/Gemfile.lock
|
ADD Gemfile.lock /app/Gemfile.lock
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue