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