diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-12 10:10:43 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2024-09-12 10:12:03 +0200 |
commit | e51f0fb769d2c68edaf3dfff3bf43e61ca72435e (patch) | |
tree | f6c0b51ea61596412b81e8a3bff2fbfe8ab77012 | |
parent | 2c6d6709614bdc6d1e1bd937b4229d09d66fd044 (diff) |
Remove absolete python link
Change-Id: Ic3cd7b38ff461814266c9bd8b0062fd7f8a2d529
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit 991a8c120cdd360a006398bddab38478921541ab)
-rw-r--r-- | docker/benchmarking/Dockerfile | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/docker/benchmarking/Dockerfile b/docker/benchmarking/Dockerfile index b424e5de..1324f2b8 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) && \ |