diff options
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 026c01fa2..b2560bef2 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -109,3 +109,4 @@ RUN cd ${repos_dir}/promise && npm install RUN /bin/echo -e "set nocompatible\nset backspace=2" >> /home/opnfv/.vimrc RUN echo "set nocompatible" >> /home/opnfv/.exrc RUN echo "alias ll='ls -lh'" >> /home/opnfv/.bashrc +RUN cd ${repos_dir}/functest/cli && pip install .
\ No newline at end of file |