trenpixster / elixir-dockerfile

Dockerfile for creating a docker image of the latest Elixir and Erlang OTP versions
148 stars 49 forks source link

Need npm for phoenix v0.10.0 #6

Closed ijt closed 9 years ago

ijt commented 9 years ago

Phoenix depends on nodejs now for brunch. It can be installed with these lines:

RUN curl -sL https://deb.nodesource.com/setup | sudo bash - RUN apt-get install -y nodejs

trenpixster commented 9 years ago

Thanks for the suggestion! Although I believe the normal use case is to indeed use Phoenix, I think adding nodejs steps a bit out of context for an "Elixir Dockerfile" :smile:

ijt commented 9 years ago

Oh, of course. I should make a fork.