We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf618ef commit 36670f3Copy full SHA for 36670f3
repo2docker/buildpacks/base.py
@@ -630,7 +630,7 @@ def _filter_tar(tarinfo):
630
631
if files_to_add:
632
for item in files_to_add:
633
- tar.add(item, f"src/{item}", filter=_filter_tar)
+ tar.add(item, f"src/{item}", recursive=False, filter=_filter_tar)
634
else:
635
# Either the source was empty or everything was filtered out.
636
# In any case, create an src dir so the build can proceed.
0 commit comments