Skip to content

Commit aa1cbe7

Browse files
committed
Revert "try setting here"
This reverts commit 6f06143.
1 parent 1cfcdd8 commit aa1cbe7

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
@@ -26,7 +26,7 @@ ENV DD_COMPILE_MODE=Release
2626

2727
# Install datadog_lambda and dependencies from local
2828
COPY . .
29-
RUN DD_COMPILE_MODE=Release pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
29+
RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
3030

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

0 commit comments

Comments
 (0)