aboutsummaryrefslogtreecommitdiffstats
path: root/docker/benchmarking/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to 'docker/benchmarking/Dockerfile')
-rw-r--r--docker/benchmarking/Dockerfile1
1 files changed, 0 insertions, 1 deletions
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) && \