Fix OS Dockerfile 88/988/1
authorMiguel Montiel <mm747b@att.com>
Wed, 12 Jun 2019 20:48:05 +0000 (20:48 +0000)
committerMiguel Montiel <mm747b@att.com>
Wed, 12 Jun 2019 20:50:41 +0000 (20:50 +0000)
 - Default command removed
 - Add blueval dependencies

Change-Id: Ieb9df39bc85e3b828a4bb67738d395440363952b
Signed-off-by: Miguel Montiel <mm747b@att.com>
docker/os/Dockerfile

index 41a0f07..f17542e 100644 (file)
@@ -44,8 +44,5 @@ RUN pip3 install -r /wheels/requirements/pip-requirements.txt \
      rm -rf /wheels && \
      rm -rf /root/.cache/pip/*
 
-# Set the default command for running the tests
-CMD /usr/local/bin/robot --exitonfailure --loglevel DEBUG \
-    --outputdir /opt/akraino/validation/results/os \
-    /opt/akraino/validation/os/ltp.robot
-
+# Install blueval dependencies
+RUN pip install -r /opt/akraino/validation/bluval/requirements.txt