mirror of
https://github.com/status-im/status-react.git
synced 2025-01-09 18:46:19 +00:00
f8e73f8538
Signed-off-by: Andrea Maria Piana <andrea.maria.piana@gmail.com>
7 lines
155 B
Docker
7 lines
155 B
Docker
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
|