Skip to content

Commit dd0316f

Browse files
committed
can this work too?
1 parent 6e20afb commit dd0316f

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

Dockerfile

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,6 @@ RUN curl https://sh.rustup.rs -sSf | \
2222
sh -s -- --default-toolchain stable -y
2323
ENV PATH=/root/.cargo/bin:$PATH
2424

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-
3125
# Install datadog_lambda and dependencies from local
3226
COPY . .
3327
RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages

0 commit comments

Comments
 (0)