included the dependency package to build the e2e image (#357)

Signed-off-by: w3aman <aman.gupta@mayadata.io>
This commit is contained in:
Aman Gupta 2021-07-02 16:19:42 +05:30 committed by GitHub
parent 5426c3787b
commit c6db1da4e7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,6 +26,8 @@ RUN rm -rf /var/lib/apt/lists/* && \
#Installing ansible
RUN pip install ansible==2.7.3
RUN pip install ruamel.yaml.clib==0.1.2
#Installing openshift
RUN pip install openshift==0.11.2