File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,7 @@ RUN mkdir -p /build/python/lib/$runtime/site-packages
88WORKDIR /build
99
1010# Add Rust compiler which is needed to build dd-trace-py from source
11+ RUN dnf install git gcc-c++ -y || yum install git gcc-c++ -y
1112RUN curl https://sh.rustup.rs -sSf | \
1213 sh -s -- --default-toolchain stable -y
1314ENV PATH=/root/.cargo/bin:$PATH
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ function docker_build_zip {
6161 # between different python runtimes.
6262 temp_dir=$( mktemp -d)
6363 docker buildx build -t datadog-lambda-python-${arch} :$1 . --no-cache \
64- --build-arg image=public.ecr.aws/docker/library /python:$1 \
64+ --build-arg image=public.ecr.aws/lambda /python:$1 \
6565 --build-arg runtime=python$1 \
6666 --platform linux/${arch} \
6767 --progress=plain \
You can’t perform that action at this time.
0 commit comments