From 0ef43d85551f0295e8003457318980978f566b80 Mon Sep 17 00:00:00 2001 From: Sean Lavine Date: Fri, 26 Jun 2015 17:51:29 -0700 Subject: [PATCH] clean up Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a7a9476..aa46588 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,10 +1,11 @@ +# Dockerfile for running node-bitcoin tests FROM freewil/bitcoin-testnet-box MAINTAINER Sean Lavine -# install node.js (sudo for bash needed?) +# install node.js USER root RUN apt-get install --yes curl -RUN curl -sL https://deb.nodesource.com/setup_0.12 | bash - +RUN curl --silent --location https://deb.nodesource.com/setup_0.12 | bash - RUN apt-get install --yes nodejs # set permissions for tester user on project