diff --git a/tests/k6/Dockerfile.k6 b/tests/k6/Dockerfile.k6 index 4ae858a36e..b30b0d706c 100644 --- a/tests/k6/Dockerfile.k6 +++ b/tests/k6/Dockerfile.k6 @@ -1,7 +1,7 @@ FROM alpine:3.6 AS builder RUN apk add --update \ - python \ + python3 \ curl \ which \ bash