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 4bf907f commit c043af2Copy full SHA for c043af2
Dockerfile
@@ -18,7 +18,7 @@ ADD aws-opentelemetry-distro/ ./aws-opentelemetry-distro/
18
# * https://github.com/MicrosoftDocs/azure-docs/blob/main/articles/azure-functions/recover-python-functions.md#troubleshoot-cannot-import-cygrpc
19
RUN sed -i "/opentelemetry-exporter-otlp-proto-grpc/d" ./aws-opentelemetry-distro/pyproject.toml
20
21
-RUN mkdir workspace && pip install --target workspace ./aws-opentelemetry-distro
+RUN mkdir workspace && pip install urllib3==2.2.3 --target workspace ./aws-opentelemetry-distro
22
23
# Stage 2: Build the cp-utility binary
24
FROM public.ecr.aws/docker/library/rust:1.81 as builder
0 commit comments