Skip to content

Commit

Permalink
fix dowload error
Browse files Browse the repository at this point in the history
  • Loading branch information
VergilGao committed May 28, 2022
1 parent c61f238 commit 9e061e8
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 @@ -6,6 +6,8 @@ ENV MDC_SOURCE_VERSION=${MDC_SOURCE_VERSION:-6403fb0679facc41a39370e501e49b24fb1
RUN mkdir -p /tmp/mdc && cd /tmp/mdc && \
# get mdc source code
wget -O- https://github.com/yoshiko2/Movie_Data_Capture/archive/$MDC_SOURCE_VERSION.tar.gz | tar xz -C /tmp/mdc --strip-components 1 && \
# fix dowload error
sed -i "s/if configProxy:/if configProxy.enable:/g" core.py && \
# build mdc
/pyinstaller/pyinstaller.sh \
--onefile Movie_Data_Capture.py \
Expand Down

0 comments on commit 9e061e8

Please sign in to comment.