mirror of
https://github.com/placeholder-soft/prodigyapi.git
synced 2026-01-12 22:44:57 +08:00
Install nodejs in Dockerfile to replace therubyracer
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
FROM ubuntu:trusty
|
||||
|
||||
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
|
||||
ADD Gemfile /app/Gemfile
|
||||
ADD Gemfile.lock /app/Gemfile.lock
|
||||
|
||||
Reference in New Issue
Block a user