Skip to content

Commit

Permalink
Removes symbolic links as part of the clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
kenorb committed Jul 29, 2023
1 parent eef8964 commit e7f3e0a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ RUN eval.sh install_mt $MT_VER && \
# Clean up.
RUN eval.sh clean_bt && \
eval.sh clean_ea && \
eval.sh clean_files
eval.sh clean_files && \
find . -type l -print -delete

# Install MT5 platform.
FROM ea-tester-base AS ea-tester-with-mt5
Expand Down

0 comments on commit e7f3e0a

Please sign in to comment.