Skip to content

Commit

Permalink
included the dependency package to build the e2e image (#357)
Browse files Browse the repository at this point in the history
Signed-off-by: w3aman <[email protected]>
  • Loading branch information
w3aman authored Jul 2, 2021
1 parent 5426c37 commit c6db1da
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions 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 Down

0 comments on commit c6db1da

Please sign in to comment.