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 1cfcdd8 commit aa1cbe7Copy full SHA for aa1cbe7
Dockerfile
@@ -26,7 +26,7 @@ ENV DD_COMPILE_MODE=Release
26
27
# Install datadog_lambda and dependencies from local
28
COPY . .
29
-RUN DD_COMPILE_MODE=Release pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
+RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
30
31
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
32
# installs it, while it's already provided by the Lambda Runtime.
0 commit comments