Skip to content
3 changes: 3 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ RUN curl https://sh.rustup.rs -sSf | \
sh -s -- --default-toolchain stable -y
ENV PATH=/root/.cargo/bin:$PATH

ENV DD_COMPILE_MODE=Release
RUN echo "DD_COMPILE_MODE=$DD_COMPILE_MODE"
Comment thread
taegyunkim marked this conversation as resolved.
Outdated

# Install datadog_lambda and dependencies from local
COPY . .
RUN pip install --no-cache-dir . -t ./python/lib/$runtime/site-packages
Expand Down
Loading