Modifying the Dockerfile to add the needed pip3 update

This commit is contained in:
Barry
2021-04-13 19:58:09 -04:00
committed by Naga Ravi Chaitanya Elluri
parent 5470612309
commit 90e881672e

View File

@@ -14,6 +14,7 @@ COPY --from=origintests /usr/bin/kubectl /usr/bin/kubectl
# Install dependencies
RUN yum install -y git python36 python3-pip && \
python3 -m pip install -U pip && \
git clone https://github.com/openshift-scale/kraken /root/kraken && \
mkdir -p /root/.kube && cd /root/kraken && \
pip3 install -r requirements.txt