Remove absolete python link 85/74585/1
authorCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Sep 2024 08:10:43 +0000 (10:10 +0200)
committerCédric Ollivier <cedric.ollivier@orange.com>
Thu, 12 Sep 2024 08:10:43 +0000 (10:10 +0200)
Change-Id: Ic3cd7b38ff461814266c9bd8b0062fd7f8a2d529
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
docker/benchmarking/Dockerfile

index d958b56..45c7227 100644 (file)
@@ -7,7 +7,6 @@ USER root
 COPY plotperf.py.patch /tmp/plotperf.py.patch
 RUN apk --no-cache add --update py3-matplotlib && \
     apk --no-cache add --virtual .build-deps --update patch go && \
-    ln -s /usr/bin/python3 /usr/bin/python && \
     git clone https://github.com/kubernetes/perf-tests && \
     (cd perf-tests && git checkout $NETPERF_TAG) && \
     (cd perf-tests/network/benchmarks/netperf && go build -o /usr/local/bin/launch launch.go) && \