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