Skip to content

Commit

Permalink
fix: fail download opend (#5)
Browse files Browse the repository at this point in the history
* fix: fail download futu opend

* fix: run download script permission issue
  • Loading branch information
manhinhang authored Aug 30, 2024
1 parent ef3682d commit ec68f01
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ RUN apt-get update
RUN apt-get install -y curl
RUN apt install -y gnutls-bin
COPY script/download_futu_opend.sh ./
RUN chmod +x ./download_futu_opend.sh
RUN ./download_futu_opend.sh Futu_OpenD_${FUTU_OPEND_VER}_Ubuntu16.04.tar.gz
RUN tar -xzf Futu_OpenD_${FUTU_OPEND_VER}_Ubuntu16.04.tar.gz

Expand All @@ -22,6 +23,7 @@ ARG FUTU_OPEND_VER=8.2.4218
USER root
WORKDIR /tmp
COPY script/download_futu_opend.sh ./
RUN chmod +x ./download_futu_opend.sh
RUN ./download_futu_opend.sh Futu_OpenD_${FUTU_OPEND_VER}_Centos7.tar.gz
RUN tar -xzf Futu_OpenD_${FUTU_OPEND_VER}_Centos7.tar.gz

Expand Down

0 comments on commit ec68f01

Please sign in to comment.