ServerContainers / bsc

⚠️ DEPRECATED ::: Binance Smart Chain - Fullnode (main or test) - (servercontainers/bsc) [x86 + arm]
10 stars 3 forks source link

Error When Running docker-compose up #2

Open KayAlbertus opened 2 years ago

KayAlbertus commented 2 years ago

Receive the following error when trying to run "docker-compose up"

failed to solve: rpc error: code = Unknown desc = executor failed running [/bin/sh -c export DEBIANFRONTEND=noninteractive && apt-get -q -y update && apt-get -q -y install wget curl git unzip build-essential golang && apt-get -q -y clean && rm -rf /var/lib/apt/lists/ /tmp/ /var/tmp/* && git clone https://github.com/binance-chain/bsc /bsc && cd /bsc && make geth && cd / && wget $(curl -s https://api.github.com/repos/binance-chain/bsc/releases/latest |grep browser |grep mainnet |cut -d\" -f4) && wget $(curl -s https://api.github.com/repos/binance-chain/bsc/releases/latest |grep browser_ |grep testnet |cut -d\" -f4) && cp /bsc/build/bin/geth /usr/bin/geth && tar cvf /transfer.tar /usr/bin/geth /*.zip]: exit code: 2

any reason why this error is occurring?

MarvAmBass commented 2 years ago

not quite sure - maybe the build is broken - but at docker hub there should be a working version. you can try it using: docker-compose pull; docker-compose up -d