diff options
author | spisarski <s.pisarski@cablelabs.com> | 2016-11-14 13:12:01 -0700 |
---|---|---|
committer | spisarski <s.pisarski@cablelabs.com> | 2016-11-14 13:12:01 -0700 |
commit | e4566be0a1603e6d4fb4ce46e119e865b22eb5b0 (patch) | |
tree | bf06de5175cbe7f864820a96f11a3114541a7e2f /docker | |
parent | 965e9e6445599461c63fd1500ea0d0d198174347 (diff) |
Installing SNAPS library to Docker image.
Change-Id: I01b68fb0f64e4672195b8cf19675b734a22c57b9
Signed-off-by: spisarski <s.pisarski@cablelabs.com>
Diffstat (limited to 'docker')
-rw-r--r-- | docker/Dockerfile | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index b0f5cc9e2..e8cef3c0c 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -122,6 +122,10 @@ ADD http://205.177.226.237:9999/onosfw/firewall_block_image.img /home/opnfv/func RUN gpg --keyserver hkp://p80.pool.sks-keyservers.net:80 --recv-keys 409B6B1796C275462A1703113804BB82D39DC0E3 RUN curl -L https://get.rvm.io | bash -s stable +# SNAPS integration +RUN git clone --depth 1 https://gerrit.cablelabs.com/snaps-provisioning ${repos_dir}/snaps +RUN pip install -e ${repos_dir}/snaps/ + RUN /bin/bash -c ". /home/opnfv/repos/functest/functest/opnfv_tests/features/sfc/tacker_client_install.sh" RUN cd ${repos_dir}/bgpvpn && pip install . #RUN cd ${repos_dir}/kingbird && pip install -e . |