From: Cristina Pauna Date: Tue, 5 Nov 2019 08:06:13 +0000 (+0200) Subject: Add python3 to os container X-Git-Tag: 2.0.0~6^2 X-Git-Url: https://gerrit.akraino.org/r/gitweb?p=validation.git;a=commitdiff_plain;h=3767c92710a009f2e91ba720738c88418a46e7cd Add python3 to os container JIRA: VAL-86 Signed-off-by: Cristina Pauna Change-Id: I0a3e7d3f4f9c7f1e89e84624ca23234cfab5a4c1 --- diff --git a/docker/os/Dockerfile b/docker/os/Dockerfile index 291267b..61d1848 100644 --- a/docker/os/Dockerfile +++ b/docker/os/Dockerfile @@ -57,7 +57,7 @@ COPY --from=build /opt/akraino/validation /opt/akraino/validation COPY --from=build /opt/akraino/ltp.tar.gz /opt/akraino/ltp.tar.gz RUN apt-get update && apt-get -y install \ - python3-pip && \ + python3-pip python3.7 &&\ pip3 install -r /wheels/requirements/pip-requirements.txt \ -f /wheels && \ rm -rf /wheels && \