Replies: 1 comment
-
Debian is telling you that Python is not installed and which package to use to install it. This will work: RUN apt update && apt install -y python3-full |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The image downloaded from mcr.microsoft.com/dotnet/sdk:net8.0
have issues when pip3 installation:
What would be the suggested way to workaround this issue if I need the package in the CI flow?
Scenario: open-telemetry/opentelemetry-dotnet#4944
Thank you.
Beta Was this translation helpful? Give feedback.
All reactions