summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYuli Shlosberg <ys9693@att.com>2018-02-20 16:44:20 +0200
committerYuli Shlosberg <ys9693@att.com>2018-02-20 16:44:20 +0200
commit45c4fd0ea8a9088d1e31ea99830dacaa4d8e0cc1 (patch)
tree5bac46c3ea575178fea51409ce5dd413264c1188
parentccba15abde18722d20e89f0aa471c72ac684a3fc (diff)
fix python base docker
Change-Id: Ia5fdebfa6305492b8b4e5b12d41346fbae22e06c Issue-ID: SDC-920 Signed-off-by: Yuli Shlosberg <ys9693@att.com>
-rw-r--r--base_sdc-python/Dockerfile2
1 files changed, 1 insertions, 1 deletions
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