Skip to content

Commit 28acd43

Browse files
Fix pip3 install for .NET 10
Remove redundant command for .NET 6.
1 parent dd5b249 commit 28acd43

File tree

1 file changed

+0
-2
lines changed
  • test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests

1 file changed

+0
-2
lines changed

test/OpenTelemetry.Instrumentation.W3cTraceContext.Tests/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,5 @@ RUN apt-get update \
3232
&& cd /usr/local/bin \
3333
&& ln -s /usr/bin/python3 python
3434

35-
# net6.0 image uses Python 3.9, which doesn't have `--break-system-packages` option.
36-
RUN pip3 install --upgrade pip --break-system-packages || pip3 install --upgrade pip
3735
RUN pip3 install aiohttp --break-system-packages
3836
ENTRYPOINT ["dotnet", "vstest", "OpenTelemetry.Instrumentation.W3cTraceContext.Tests.dll", "--logger:console;verbosity=detailed"]

0 commit comments

Comments
 (0)