Skip to content

Commit

Permalink
switch to stable build
Browse files Browse the repository at this point in the history
  • Loading branch information
alekna committed Dec 21, 2024
1 parent d503fd6 commit 8d4c526
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ RUN apt-get update; \

RUN mkdir /root/Desktop

RUN curl -sO https://download2.interactivebrokers.com/installers/tws/latest/tws-latest-linux-x64.sh; \
echo "/root/Jts" | sh /tws-latest-linux-x64.sh; \
rm /tws-latest-linux-x64.sh
RUN curl -sO https://download2.interactivebrokers.com/installers/tws/stable/tws-stable-linux-x64.sh; \
echo "/root/Jts" | sh /tws-stable-linux-x64.sh; \
rm /tws-stable-linux-x64.sh

RUN curl -sO https://download2.interactivebrokers.com/installers/ibgateway/latest-standalone/ibgateway-latest-standalone-linux-x64.sh; \
echo "/root/Jts/ibgateway" | sh /ibgateway-latest-standalone-linux-x64.sh; \
rm /ibgateway-latest-standalone-linux-x64.sh
RUN curl -sO https://download2.interactivebrokers.com/installers/ibgateway/stable-standalone/ibgateway-stable-standalone-linux-x64.sh; \
echo "/root/Jts/ibgateway" | sh /ibgateway-stable-standalone-linux-x64.sh; \
rm /ibgateway-stable-standalone-linux-x64.sh

0 comments on commit 8d4c526

Please sign in to comment.