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 5483cd3 commit b168ad4Copy full SHA for b168ad4
Dockerfile
@@ -24,7 +24,7 @@ RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/li
24
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/ddup/_ddup.*.so
25
RUN rm ./python/lib/$runtime/site-packages/ddtrace/internal/datadog/profiling/stack_v2/_stack_v2.*.so
26
27
-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
28
RUN find ./python/lib/$runtime/site-packages -name \*.py -delete
29
RUN find ./python/lib/$runtime/site-packages -name __pycache__ -type d -exec rm -r {} \+
30
0 commit comments