Files

7 lines
155 B
Docker
Raw Permalink Normal View History

2018-03-27 18:56:02 +01:00
FROM clojure
RUN apt-get update
RUN apt-get install make curl -y
RUN curl -sL https://deb.nodesource.com/setup_8.x | bash -
RUN apt-get install -y nodejs