cryptoeax / arbbot

Arbitrator, a bitcoin/altcoin arbitrage trading bot
https://gitter.im/cryptoeax-arbbot/Lobby
GNU General Public License v3.0
200 stars 78 forks source link

Docker Issue for new setup #130

Closed jjc6676 closed 6 years ago

jjc6676 commented 6 years ago

Running docker-compose build and towards the end I receive this. Thoughts?

E: Sub-process /usr/bin/dpkg returned an error code (1) ERROR: Service 'bot' failed to build: The command '/bin/sh -c apt-get install -y libicu-dev unzip ntpdate libmcrypt-dev zlib1g-dev g++ mysql-client ntp && rm -r /var/lib/apt/lists/*' returned a non-zero code: 100

cryptoeax commented 6 years ago

It is hard to say what went wrong. Can you please post your full log to gist.github.com and include a link to it here? Thanks!

jjc6676 commented 6 years ago

Figured this out. Was necessary to install the latest release of Composer than the current one due to the need of using v3 yml

cryptoeax commented 6 years ago

The documentation does say: Install the latest versions of docker and docker-compose :-)