8000
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 fe3385f commit d9cf9faCopy full SHA for d9cf9fa
Dockerfile
@@ -14,7 +14,7 @@ ENV PATH=/root/.cargo/bin:$PATH
14
15
# Install datadog_lambda and dependencies from local
16
COPY . .
17
-RUN pip install . ddtrace==2.21.3 -t ./python/lib/$runtime/site-packages
+RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
18
19
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
20
# installs it, while it's already provided by the Lambda Runtime.
0 commit comments