We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a646b0 commit 91c7abaCopy full SHA for 91c7aba
tests/Dockerfile
@@ -3,6 +3,11 @@ FROM python:$python_version
3
4
ENV PYTHONDONTWRITEBYTECODE True
5
6
+# Add Rust compiler which is needed to build dd-trace-py from source
7
+RUN curl https://sh.rustup.rs -sSf | \
8
+ sh -s -- --default-toolchain stable -y
9
+ENV PATH=/root/.cargo/bin:$PATH
10
+
11
RUN mkdir -p /test/datadog_lambda
12
WORKDIR /test
13
0 commit comments