aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorstark, steven <steven.stark@att.com>2018-10-15 11:42:22 -0700
committerstark, steven <steven.stark@att.com>2018-10-15 11:42:51 -0700
commit0c5c193028781c2a5689e48b94df4e8ba9c5332d (patch)
treedd05f67e222106b0f89d2156f4640dd63e062b47
parent9c3750f29f178837276457d49c16356b30c44d18 (diff)
[VVP] vvp-jenkins container updated to python3HEADmastercasablanca
Change-Id: I7ecf97e61e83c805e566596b14497106f4cc7f2c Issue-ID: VVP-113 Signed-off-by: stark, steven <steven.stark@att.com>
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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 \