From 991a8c120cdd360a006398bddab38478921541ab Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 12 Sep 2024 10:10:43 +0200 Subject: Remove absolete python link MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: Ic3cd7b38ff461814266c9bd8b0062fd7f8a2d529 Signed-off-by: Cédric Ollivier --- docker/benchmarking/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/docker/benchmarking/Dockerfile b/docker/benchmarking/Dockerfile index d958b565..45c72277 100644 --- a/docker/benchmarking/Dockerfile +++ b/docker/benchmarking/Dockerfile @@ -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) && \ -- cgit 1.2.3-korg