Skip to content

Error When Running docker-compose up #2

Description

@KayAlbertus

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 $(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?

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions