Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-03-05 | Dockerfile: add boost locale | MoroccanMalinois | 1 | -1/+1 | |
2018-02-25 | Updating Boost download URL. | Tadeas Moravec | 1 | -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-02 | Dockerfile: build dependencies with -fPIC | MoroccanMalinois | 1 | -6/+73 | |
2017-12-25 | Merge pull request #2923 | Riccardo Spagni | 1 | -1/+1 | |
a7e2e1b0 fix: bind RPC to all interfaces inside Docker container (Alexander Azarov) | |||||
2017-12-14 | fix: bind RPC to all interfaces inside Docker container | Alexander Azarov | 1 | -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-11 | Dockerfile: add option to set build parallelism | MoroccanMalinois | 1 | -1/+3 | |
2017-11-18 | Fix docker image dependencies, don't install libraries statically linked | Bruno Clermont | 1 | -6/+4 | |
2017-11-18 | use make | Bruno Clermont | 1 | -1/+1 | |
2017-11-18 | Force docker image to use --non-interactive | Bruno Clermont | 1 | -1/+1 | |
2017-11-17 | fix and improve docker image, add doc for docker-compose | Bruno Clermont | 1 | -33/+36 | |
2017-10-04 | Add needed dependencies | Emilien Devos | 1 | -0/+2 | |
2017-03-09 | Separated dependency installation, git clone and build commands to reduce ↵ | adot23 | 1 | -6/+7 | |
repeated work on failure | |||||
2017-02-24 | updated Dockerfile | Mine Coins | 1 | -32/+27 | |
- minified image: 75% smaller image - statically-linked build - add .dockerignore: no need to send repo to build context | |||||
2016-12-15 | Dockerfile : use libssl1.0 | MoroccanMalinois | 1 | -2/+2 | |
2016-09-03 | readme fixes, small Docker fix | Riccardo Spagni | 1 | -1/+1 | |
2016-09-03 | update Dockerfile bitmonero refs | Riccardo Spagni | 1 | -5/+5 | |
2016-09-01 | Added basic docker file | eiabea | 1 | -0/+49 | |
finalized dockerfile |