We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
ERROR: failed to solve: process "/bin/sh -c apk add --update bash ca-certificates curl gcc gmp-dev libffi-dev libressl-dev libxml2-dev libxslt-dev linux-headers make musl-dev python2 python3 python3-dev tar && python3 -m ensurepip && pip3 install --upgrade pip setuptools && pip3 install Cython && pip3 install wheel && mkdir -p /etc/cert-issuer/data/unsigned_certificates && mkdir /etc/cert-issuer/data/blockchain_certificates && mkdir ~/.bitcoin && echo $'[regtest]\nrpcuser=foo\nrpcpassword=bar\nrpcport=8332\nregtest=1\nrelaypriority=0\nrpcallowip=127.0.0.1\nrpcconnect=127.0.0.1\n' > /root/.bitcoin/bitcoin.conf && pip3 install /cert-issuer/. && pip3 install -r /cert-issuer/ethereum_requirements.txt && rm -r /usr/lib/python*/ensurepip && rm -rf /var/cache/apk/* && rm -rf /root/.cache" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered:
No branches or pull requests
ERROR: failed to solve: process "/bin/sh -c apk add --update bash ca-certificates curl gcc gmp-dev libffi-dev libressl-dev libxml2-dev libxslt-dev linux-headers make musl-dev python2 python3 python3-dev tar && python3 -m ensurepip && pip3 install --upgrade pip setuptools && pip3 install Cython && pip3 install wheel && mkdir -p /etc/cert-issuer/data/unsigned_certificates && mkdir /etc/cert-issuer/data/blockchain_certificates && mkdir ~/.bitcoin && echo $'[regtest]\nrpcuser=foo\nrpcpassword=bar\nrpcport=8332\nregtest=1\nrelaypriority=0\nrpcallowip=127.0.0.1\nrpcconnect=127.0.0.1\n' > /root/.bitcoin/bitcoin.conf && pip3 install /cert-issuer/. && pip3 install -r /cert-issuer/ethereum_requirements.txt && rm -r /usr/lib/python*/ensurepip && rm -rf /var/cache/apk/* && rm -rf /root/.cache" did not complete successfully: exit code: 1
The text was updated successfully, but these errors were encountered: