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 3b5260d commit 4c65d45Copy full SHA for 4c65d45
Dockerfile
@@ -22,6 +22,8 @@ RUN curl https://sh.rustup.rs -sSf | \
22
sh -s -- --default-toolchain stable -y
23
ENV PATH=/root/.cargo/bin:$PATH
24
25
+ENV DD_COMPILE_MODE="Release"
26
+
27
# Install datadog_lambda and dependencies from local
28
COPY . .
29
RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
0 commit comments