From 65f5711d5ec9c8236583202a3371dabda07486d3 Mon Sep 17 00:00:00 2001 From: jabirkkclt Date: Fri, 6 Dec 2019 04:02:59 -0800 Subject: Py2 to Py3 migration updates for VES App and the Dockerfile Signed-off-by: jabirkkclt Change-Id: I2e4934518f46afb060748ab08fd2ea9bfc0271d6 --- docker/barometer-ves/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker/barometer-ves/Dockerfile') diff --git a/docker/barometer-ves/Dockerfile b/docker/barometer-ves/Dockerfile index e36ef848..27b3cbd3 100644 --- a/docker/barometer-ves/Dockerfile +++ b/docker/barometer-ves/Dockerfile @@ -18,9 +18,9 @@ RUN yum update -y && \ git \ nc -RUN yum install -y python-pip -RUN pip install pyyaml \ - kafka-python +RUN yum install -y python3 python3-pip +RUN pip3 install pyyaml \ + kafka-python ENV VES_DIR /opt/ves -- cgit 1.2.3-korg