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 796a370 commit 07df11aCopy full SHA for 07df11a
Dockerfile
@@ -23,6 +23,7 @@ RUN curl https://sh.rustup.rs -sSf | \
23
ENV PATH=/root/.cargo/bin:$PATH
24
25
ENV DD_COMPILE_MODE=Release
26
+RUN echo "DD_COMPILE_MODE=$DD_COMPILE_MODE"
27
28
# Install datadog_lambda and dependencies from local
29
COPY . .
0 commit comments