Skip to content

Commit 18c4f75

Browse files
committed
remove debug print
1 parent 0fda51a commit 18c4f75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ ENV DD_COMPILE_MODE=Release
3030

3131
# Install datadog_lambda and dependencies from local
3232
COPY . .
33-
RUN pip install -v --no-cache-dir . -t ./python/lib/$runtime/site-packages
33+
RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
3434

3535
# Remove botocore (40MB) to reduce package size. aws-xray-sdk
3636
# installs it, while it's already provided by the Lambda Runtime.

0 commit comments

Comments
 (0)