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 6e20afb commit dd0316fCopy full SHA for dd0316f
Dockerfile
@@ -22,12 +22,6 @@ RUN curl https://sh.rustup.rs -sSf | \
22
sh -s -- --default-toolchain stable -y
23
ENV PATH=/root/.cargo/bin:$PATH
24
25
-# Compile mode is explicitly set here to not build native extensions with
26
-# debug symbols. Otherwise, they will have debug symbols by default when built
27
-# from sources. PyPI packages are stripped off of debug symbols, using strip -g.
28
-# This is mainly to reduce the layer size at the cost of debuggability.
29
-ENV DD_COMPILE_MODE=Release
30
-
31
# Install datadog_lambda and dependencies from local
32
COPY . .
33
RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
0 commit comments