Submit
[sdc.git] / sdc-os-chef / sdc-sanity / Dockerfile
index ea137b4..38bf266 100644 (file)
@@ -4,6 +4,13 @@ COPY chef-solo /root/chef-solo/
 
 COPY chef-repo/cookbooks/. /root/chef-solo/cookbooks/
 
+
+ENV TESTS_BASE /var/lib/tests
+RUN mkdir -p "$TESTS_BASE"
+WORKDIR $TESTS_BASE
+
+ADD test-apis-ci-*.jar                        ${TESTS_BASE}/
+
 COPY startup.sh /root/
 
 RUN chmod 770 /root/startup.sh