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 1df454f commit b9eb735Copy full SHA for b9eb735
Dockerfile
@@ -26,7 +26,7 @@ RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/st
26
RUN find . -name "*.dist-info" -type d | xargs rm -rf
27
28
29
-RUN python -m compileall -o 2 -b ./python/lib/$runtime/site-packages
+RUN PYTHONNODEBUGRANGES=1 python -m compileall -o 2 -b ./python/lib/$runtime/site-packages
30
RUN find ./python/lib/$runtime/site-packages -name \*.py -delete
31
RUN find ./python/lib/$runtime/site-packages -name __pycache__ -type d -exec rm -r {} \+
32
0 commit comments