From 42f54c78305327df4d3aa8ed53d029a1cd3c367f Mon Sep 17 00:00:00 2001 From: Andrew <39019063+manhinhang@users.noreply.github.com> Date: Sun, 25 Feb 2024 17:13:06 +0800 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 58f0528..8c9c86f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,7 @@ RUN wget -q -O /tmp/ibgw.sh https://download2.interactivebrokers.com/installers/ RUN chmod +x /tmp/ibgw.sh # download IBC -RUN wget -q -O /tmp/IBC.zip https://github.com/IbcAlpha/IBC/releases/download/$IBC_VER/IBCLinux-$IBC_VER.zip +RUN wget -q -O /tmp/IBC.zip https://github.com/IbcAlpha/IBC/releases/download/$IBC_VER-Update.1/IBCLinux-$IBC_VER.zip RUN unzip /tmp/IBC.zip -d ${ibcPath} RUN chmod +x ${ibcPath}/*.sh ${ibcPath}/*/*.sh