Skip to content

Commit 0003c43

Browse files
authored
Pass docker object to docker_run_command to fix #427 (#443)
1 parent f157c4c commit 0003c43

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1173,6 +1173,7 @@ def copy_file_to_target(file, temp_dir):
11731173
shell=True,
11741174
ssh_agent=with_ssh_agent,
11751175
poetry_cache_dir=poetry_cache_dir,
1176+
docker=docker,
11761177
)
11771178
)
11781179
else:

0 commit comments

Comments
 (0)