From: Yuli Shlosberg Date: Tue, 20 Feb 2018 14:44:20 +0000 (+0200) Subject: fix python base docker X-Git-Tag: 2.0.0-ONAP~21 X-Git-Url: https://gerrit.onap.org/r/gitweb?a=commitdiff_plain;h=45c4fd0ea8a9088d1e31ea99830dacaa4d8e0cc1;p=sdc%2Fsdc-docker-base.git fix python base docker Change-Id: Ia5fdebfa6305492b8b4e5b12d41346fbae22e06c Issue-ID: SDC-920 Signed-off-by: Yuli Shlosberg --- diff --git a/base_sdc-python/Dockerfile b/base_sdc-python/Dockerfile index 27e03d4..f00223f 100644 --- a/base_sdc-python/Dockerfile +++ b/base_sdc-python/Dockerfile @@ -1,4 +1,4 @@ -FROM openjdk:8-jdk-alpine +FROM python:2.7-alpine ARG HTTP_PROXY ARG HTTPS_PROXY