We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 93fea71 commit 22888d8Copy full SHA for 22888d8
Dockerfile
@@ -50,7 +50,7 @@ RUN PYTHONNODEBUGRANGES=1 python -OO -m compileall -b ./python/lib/$runtime/site
50
# remove all .py files except ddtrace/contrib/*/__init__.py which are necessary
51
# for ddtrace.patch to discover instrumationation packages.
52
RUN find ./python/lib/$runtime/site-packages -name \*.py | grep -v ddtrace/contrib | xargs rm -rf
53
-RUN find ./python/lib/$runtime/site-packages/ddtrace/contrib -name \*.py | grep -v __init__ | xargs rm -rf
+# RUN find ./python/lib/$runtime/site-packages/ddtrace/contrib -name \*.py | grep -v __init__ | xargs rm -rf
54
RUN find ./python/lib/$runtime/site-packages -name __pycache__ -type d -exec rm -r {} \+
55
56
# When building ddtrace from branch, remove extra source files. These are
0 commit comments