aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile (follow)
AgeCommit message (Collapse)AuthorFilesLines
2018-03-05Dockerfile: add boost localeMoroccanMalinois1-1/+1
2018-02-25Updating Boost download URL.Tadeas Moravec1-1/+1
Boost does not use Sourceforge anymore. Instead, their download links point to dl.bintray.com. Earlier today Sourceforge was down, and later the Boost downloaded file checksum did not match, which further reinforces the need to change the URL.
2018-02-02Dockerfile: build dependencies with -fPICMoroccanMalinois1-6/+73
2017-12-25Merge pull request #2923Riccardo Spagni1-1/+1
a7e2e1b0 fix: bind RPC to all interfaces inside Docker container (Alexander Azarov)
2017-12-14fix: bind RPC to all interfaces inside Docker containerAlexander Azarov1-1/+1
Binding RPC to 127.0.0.1 makes no sense. Despite the fact port 18081 is exposed, no one will be able to connect to the daemon. RPC should be listening at all interfaces when running inside a Docker container.
2017-12-11Dockerfile: add option to set build parallelismMoroccanMalinois1-1/+3
2017-11-18Fix docker image dependencies, don't install libraries statically linkedBruno Clermont1-6/+4
2017-11-18use makeBruno Clermont1-1/+1
2017-11-18Force docker image to use --non-interactiveBruno Clermont1-1/+1
2017-11-17fix and improve docker image, add doc for docker-composeBruno Clermont1-33/+36
2017-10-04Add needed dependenciesEmilien Devos1-0/+2
2017-03-09Separated dependency installation, git clone and build commands to reduce ↵adot231-6/+7
repeated work on failure
2017-02-24updated DockerfileMine Coins1-32/+27
- minified image: 75% smaller image - statically-linked build - add .dockerignore: no need to send repo to build context
2016-12-15Dockerfile : use libssl1.0MoroccanMalinois1-2/+2
2016-09-03readme fixes, small Docker fixRiccardo Spagni1-1/+1
2016-09-03update Dockerfile bitmonero refsRiccardo Spagni1-5/+5
2016-09-01Added basic docker fileeiabea1-0/+49
finalized dockerfile