Skip to content
New issue

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

wemix 3.0 docker build failed #83

Closed
paul-ahn-wm opened this issue May 23, 2024 · 0 comments · Fixed by #85
Closed

wemix 3.0 docker build failed #83

paul-ahn-wm opened this issue May 23, 2024 · 0 comments · Fixed by #85
Assignees

Comments

@paul-ahn-wm
Copy link

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

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
@paul-ahn-wm paul-ahn-wm self-assigned this May 23, 2024
@paul-ahn-wm paul-ahn-wm linked a pull request May 23, 2024 that will close this issue
@egonspace egonspace mentioned this issue May 30, 2024
3 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant