File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -344,10 +344,10 @@ RUN wget -q https://cdn.quantconnect.com/fonts/foundation.zip && unzip -q founda
344
344
# Install IB Gateway and it's dependencies: Installs to /root/ibgateway
345
345
RUN apt-get update && apt-get -y install libasound2 libnss3 libnspr4 && apt-get clean && apt-get autoclean && apt-get autoremove --purge -y && rm -rf /var/lib/apt/lists/* && \
346
346
mkdir -p /root/ibgateway && \
347
- wget -q https://cdn.quantconnect.com/interactive/ibgateway-stable -standalone-linux-x64.v10.30.1u .sh && \
348
- chmod 777 ibgateway-stable -standalone-linux-x64.v10.30.1u .sh && \
349
- ./ibgateway-stable -standalone-linux-x64.v10.30.1u .sh -q -dir /root/ibgateway && \
350
- rm ibgateway-stable -standalone-linux-x64.v10.30.1u .sh
347
+ wget -q https://cdn.quantconnect.com/interactive/ibgateway-latest -standalone-linux-x64.v10.34.1c .sh && \
348
+ chmod 777 ibgateway-latest -standalone-linux-x64.v10.34.1c .sh && \
349
+ ./ibgateway-latest -standalone-linux-x64.v10.34.1c .sh -q -dir /root/ibgateway && \
350
+ rm ibgateway-latest -standalone-linux-x64.v10.34.1c .sh
351
351
352
352
# label definitions
353
353
LABEL strict_python_version=3.11.11
You can’t perform that action at this time.
0 commit comments