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
The Dockerfile is outdated, so it doesn't work at all now.
branch: master commit hash: cad51f5
Geth version: geth version OS & Version: Windows/Linux/OSX Commit hash : (if develop)
geth version
develop
cd containers/docker/wemix docker build -t wemix3.0 .
46.60 fatal: could not read Username for 'https://github.com': No such device or address ------ Dockerfile:5 -------------------- 4 | 5 | >>> RUN /bin/bash -c '\ 6 | >>> apt-get update && apt-get upgrade -q -y && \ 7 | >>> apt-get install -y --no-install-recommends golang-1.9 git make gcc libc-dev ca-certificates wget && \ 8 | >>> git clone https://github.com/wemix3/go-wemix && \ 9 | >>> (cd go-wemix && make) && \ 10 | >>> mkdir -p /usr/local/wemix /usr/local/wemix/keystore && \ 11 | >>> cp -r go-wemix/build/bin go-wemix/build/conf /usr/local/wemix/ && \ 12 | >>> /usr/bin/wget -nv -O /usr/local/bin/solc https://github.com/ethereum/solidity/releases/download/v0.4.24/solc-static-linux && \ 13 | >>> chmod a+x /usr/local/bin/solc && \ 14 | >>> for i in 1 2 3 4; do \ 15 | >>> /usr/local/wemix/bin/gwemix wemix new-account --password <(echo demo) --out /usr/local/wemix/keystore/account-$i; \ 16 | >>> done && \ 17 | >>> apt-get remove -y golang-1.9 git make gcc libc-dev wget && apt autoremove -y && apt-get clean && \ 18 | >>> rm -rf /go-wemix' 19 | -------------------- ERROR: failed to solve: process "/bin/sh -c /bin/bash -c ' apt-get update && apt-get upgrade -q -y && apt-get install -y --no-install-recommends golang-1.9 git make gcc libc-dev ca-certificates wget && git clone https://github.com/wemix3/go-wemix && (cd go-wemix && make) && mkdir -p /usr/local/wemix /usr/local/wemix/keystore && cp -r go-wemix/build/bin go-wemix/build/conf /usr/local/wemix/ && /usr/bin/wget -nv -O /usr/local/bin/solc https://github.com/ethereum/solidity/releases/download/v0.4.24/solc-static-linux && chmod a+x /usr/local/bin/solc && for i in 1 2 3 4; do /usr/local/wemix/bin/gwemix wemix new-account --password <(echo demo) --out /usr/local/wemix/keystore/account-$i; done && apt-get remove -y golang-1.9 git make gcc libc-dev wget && apt autoremove -y && apt-get clean && rm -rf /go-wemix'" did not complete successfully: exit code: 128
The text was updated successfully, but these errors were encountered:
paul-ahn-wm
Successfully merging a pull request may close this issue.
The Dockerfile is outdated, so it doesn't work at all now.
Info
branch: master
commit hash: cad51f5
Geth version:
geth version
OS & Version: Windows/Linux/OSX
Commit hash : (if
develop
)Steps to reproduce the behaviour
cd containers/docker/wemix
docker build -t wemix3.0 .
Backtrace
The text was updated successfully, but these errors were encountered: