diff --git a/images/e2e-prow/Dockerfile b/images/e2e-prow/Dockerfile index 189b73c61..921e9c4d6 100644 --- a/images/e2e-prow/Dockerfile +++ b/images/e2e-prow/Dockerfile @@ -39,6 +39,7 @@ RUN apt-get update \ && apt-get install -y \ bc \ rpm \ + parallel \ && rm -rf /var/lib/apt/lists/* ARG K8S_RELEASE