FROM iot-connectionservice-docker-local.artifactory.swg-devops.com/analytics-service-pipeline/master-staging:80429773bbcb630fac87d9498cc49e996476fee1

RUN pip install requests_futures~=1.0.0 pytest pytest_mock pytest_cov --upgrade --no-cache
RUN pip install iotfunctions@https://github.com/ibm-watson-iot/functions/tarball/staging --upgrade --no-cache
RUN pip install watson-machine-learning-client~=1.0.371 --upgrade --no-cache

CMD ["/opt/app-root/bin/python"]
