Merge "Add python3 to os container"
authorCristina Pauna <cristina.pauna@enea.com>
Wed, 6 Nov 2019 15:24:34 +0000 (15:24 +0000)
committerGerrit Code Review <gerrit@akraino.org>
Wed, 6 Nov 2019 15:24:34 +0000 (15:24 +0000)
docker/os/Dockerfile

index 291267b..61d1848 100644 (file)
@@ -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 && \