clean up Dockerfile

This commit is contained in:
Sean Lavine 2015-06-26 17:51:29 -07:00
parent a83c454525
commit 0ef43d8555

View File

@ -1,10 +1,11 @@
# Dockerfile for running node-bitcoin tests
FROM freewil/bitcoin-testnet-box
MAINTAINER Sean Lavine <lavis88@gmail.com>
# 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