Merge "Remove Harcoded version for ruby (vIMS)"
[functest.git] / docker / Dockerfile
index 995d1ca..1adfe6e 100644 (file)
@@ -64,7 +64,7 @@ libgmp3-dev \
 libxml2-dev \
 libffi-dev \
 crudini \
-ruby1.9.1-dev \
+ruby-dev \
 --no-install-recommends
 
 RUN pip install --upgrade pip
@@ -121,6 +121,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 .