Skip to content

Commit

Permalink
remove -it
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasgriffin committed Nov 9, 2024
1 parent 96043ee commit 7a68854
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/build.py
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ def build_in_docker(

logger.info("Building binary...")
run_local(
f"docker run -it "
f"docker run "
f"--name {docker_image}-container "
f'-v "{PROJECT_ROOT_OR_FRESHCLONE_ROOT}":/opt/wine64/drive_c/bitcoin_safe '
f"--rm "
Expand Down

0 comments on commit 7a68854

Please sign in to comment.