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

Shell scripts have been removed from AWS #1

Open
8W9aG opened this issue Jan 25, 2024 · 0 comments
Open

Shell scripts have been removed from AWS #1

8W9aG opened this issue Jan 25, 2024 · 0 comments

Comments

@8W9aG
Copy link

8W9aG commented Jan 25, 2024

Following the instructions to setup this docker I ran into the following problem:

 => ERROR [ 6/14] RUN wget -q -O /tmp/ibgateway-standalone-linux-x64.sh https://s3.amazonaws.com/ib-gateway/ibgateway-10.19.1h-stable-standalone-linux-x64.sh &&  chmod u+x /tmp/ibgateway-standalone-linux-x64.sh &&  echo '\n\r' | sh /tmp/ibgateway-stand  0.5s 
------                                                                                                                                                                                                                                                             
 > [ 6/14] RUN wget -q -O /tmp/ibgateway-standalone-linux-x64.sh https://s3.amazonaws.com/ib-gateway/ibgateway-10.19.1h-stable-standalone-linux-x64.sh &&       chmod u+x /tmp/ibgateway-standalone-linux-x64.sh &&     echo '\n\r' | sh /tmp/ibgateway-standalone-linux-x64.sh -c &&      rm -f /tmp/ibgateway-standalone-linux-x64.sh:                                                                                                                                                                                              
------
Dockerfile:39
--------------------
  38 |     # Install IBG
  39 | >>> RUN wget -q -O /tmp/ibgateway-standalone-linux-x64.sh https://s3.amazonaws.com/ib-gateway/ibgateway-${IBG_VERSION}-standalone-linux-x64.sh && \
  40 | >>> 	chmod u+x /tmp/ibgateway-standalone-linux-x64.sh && \
  41 | >>> 	echo '\n\r' | sh /tmp/ibgateway-standalone-linux-x64.sh -c && \ 
  42 | >>> 	rm -f /tmp/ibgateway-standalone-linux-x64.sh
  43 |     
--------------------
ERROR: failed to solve: process "/bin/sh -c wget -q -O /tmp/ibgateway-standalone-linux-x64.sh https://s3.amazonaws.com/ib-gateway/ibgateway-${IBG_VERSION}-standalone-linux-x64.sh && \tchmod u+x /tmp/ibgateway-standalone-linux-x64.sh && \techo '\\n\\r' | sh /tmp/ibgateway-standalone-linux-x64.sh -c && \trm -f /tmp/ibgateway-standalone-linux-x64.sh" did not complete successfully: exit code: 8

It seems that the scripts are missing from AWS: https://s3.amazonaws.com/ib-gateway/ibgateway-10.19.1h-stable-standalone-linux-x64.sh

Is there a chance you might make this docker just pull the scripts in from the git? I would fix this but without the scripts there isn't much I can do.

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

No branches or pull requests

1 participant