Compare commits

...

1 Commits
16632 ... 14730

Author SHA1 Message Date
Martin-Molinero
4df2f67c2e Update gateway to 1019
- Update gateway to latest 1019
2022-10-21 16:20:59 -03:00

View File

@@ -29,10 +29,10 @@ RUN add-apt-repository ppa:ubuntu-toolchain-r/test \
# Install IB Gateway: Installs to /root/ibgateway
RUN mkdir -p /root/ibgateway && \
wget https://cdn.quantconnect.com/interactive/ibgateway-latest-standalone-linux-x64.v10.12.2d.sh && \
chmod 777 ibgateway-latest-standalone-linux-x64.v10.12.2d.sh && \
./ibgateway-latest-standalone-linux-x64.v10.12.2d.sh -q -dir /root/ibgateway && \
rm ibgateway-latest-standalone-linux-x64.v10.12.2d.sh
wget https://cdn.quantconnect.com/interactive/ibgateway-latest-standalone-linux-x64.v10.19.1d.sh && \
chmod 777 ibgateway-latest-standalone-linux-x64.v10.19.1d.sh && \
./ibgateway-latest-standalone-linux-x64.v10.19.1d.sh -q -dir /root/ibgateway && \
rm ibgateway-latest-standalone-linux-x64.v10.19.1d.sh
# Install dotnet 6 sdk & runtime
RUN wget https://packages.microsoft.com/config/ubuntu/20.04/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \