From 0c5c193028781c2a5689e48b94df4e8ba9c5332d Mon Sep 17 00:00:00 2001 From: "stark, steven" Date: Mon, 15 Oct 2018 11:42:22 -0700 Subject: [VVP] vvp-jenkins container updated to python3 Change-Id: I7ecf97e61e83c805e566596b14497106f4cc7f2c Issue-ID: VVP-113 Signed-off-by: stark, steven --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 13691c4..8e4e427 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,7 +48,7 @@ RUN apk add --no-cache \ jq \ openssh-client \ py-pip \ - python \ + python3 \ ttf-dejavu \ unzip \ zip \ -- cgit 1.2.3-korg