Add parallel to e2e-prow image

This commit is contained in:
Manuel Alejandro de Brito Fontes 2019-12-12 22:07:03 -03:00
parent 508d8db015
commit ba2bef7a72

View file

@ -39,6 +39,7 @@ RUN apt-get update \
&& apt-get install -y \
bc \
rpm \
parallel \
&& rm -rf /var/lib/apt/lists/*
ARG K8S_RELEASE