Skip to content

Commit b552c7f

Browse files
[w3c] Remove redundant RUN command (#6312)
1 parent 74352b8 commit b552c7f

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
@@ -31,7 +31,5 @@ RUN apt-get update \
3131
&& cd /usr/local/bin \
3232
&& ln -s /usr/bin/python3 python
3333

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

0 commit comments

Comments
 (0)