2
0
mirror of https://github.com/Ride-The-Lightning/RTL synced 2024-10-31 09:20:27 +00:00
RTL/docker/bitcoind/Dockerfile
Hasham Ahmad bcf650ba67 Docker regtest setup (#108)
* Add dev docker setup

* Create README.md
2019-04-14 19:00:20 -04:00

11 lines
269 B
Docker

FROM ubuntu:18.04
RUN apt-get -qq update && apt-get install -y software-properties-common
RUN add-apt-repository -y ppa:bitcoin/bitcoin \
&& add-apt-repository -y universe && apt-get update
RUN apt-get install -y bitcoind
ADD ./bitcoin.conf /bitcoin/bitcoin.conf