From 45c4fd0ea8a9088d1e31ea99830dacaa4d8e0cc1 Mon Sep 17 00:00:00 2001 From: Yuli Shlosberg Date: Tue, 20 Feb 2018 16:44:20 +0200 Subject: fix python base docker Change-Id: Ia5fdebfa6305492b8b4e5b12d41346fbae22e06c Issue-ID: SDC-920 Signed-off-by: Yuli Shlosberg --- base_sdc-python/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg