Skip to content

Commit

Permalink
refactor[e2e]: Included the dependent package for build the e2e image (
Browse files Browse the repository at this point in the history
…#116)

Signed-off-by: nsathyaseelan <[email protected]>
  • Loading branch information
nsathyaseelan authored Jul 2, 2021
1 parent f59f844 commit 0f041fb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion e2e-tests/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -43,4 +45,4 @@ RUN mkdir /etc/ansible/ /ansible && \
echo "127.0.0.1" >> /etc/ansible/hosts

#Copying Necessary Files
COPY ./e2e-tests ./e2e-tests
COPY ./e2e-tests ./e2e-tests

0 comments on commit 0f041fb

Please sign in to comment.