mirror of
https://github.com/krkn-chaos/krkn.git
synced 2026-04-15 06:57:28 +00:00
Modifying the Dockerfile to add the needed pip3 update
This commit is contained in:
committed by
Naga Ravi Chaitanya Elluri
parent
5470612309
commit
90e881672e
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user