-
Notifications
You must be signed in to change notification settings - Fork 3
Description
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 DEBIAN_FRONTEND=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
any reason why this error is occurring?