PLEBNET-PLAYGROUND / plebnet-playground-docker

Docker package which allows users to use and test bitcoin and lightning technologies without the financial risk involved with running on the mainnet chain. Multiple GUI interfaces are included.
MIT License
65 stars 16 forks source link

tor/Dockerfile: use make -j $(nproc) install #95

Closed RandyMcMillan closed 2 years ago

RandyMcMillan commented 2 years ago

@rsafier - these should speed up compiling.

RandyMcMillan commented 2 years ago

The tor image is usually the slowest to build... seems to build faster...

try:

make build nocache=true
OR
make build nocache=true para=true
RandyMcMillan commented 2 years ago

if these seem unnecessary - just close out. :)