diff options
author | stark, steven <steven.stark@att.com> | 2018-10-15 11:42:22 -0700 |
---|---|---|
committer | stark, steven <steven.stark@att.com> | 2018-10-15 11:42:51 -0700 |
commit | 0c5c193028781c2a5689e48b94df4e8ba9c5332d (patch) | |
tree | dd05f67e222106b0f89d2156f4640dd63e062b47 /Dockerfile | |
parent | 9c3750f29f178837276457d49c16356b30c44d18 (diff) |
[VVP] vvp-jenkins container updated to python3HEADmastercasablanca
Change-Id: I7ecf97e61e83c805e566596b14497106f4cc7f2c
Issue-ID: VVP-113
Signed-off-by: stark, steven <steven.stark@att.com>
Diffstat (limited to 'Dockerfile')
-rw-r--r-- | Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -48,7 +48,7 @@ RUN apk add --no-cache \ jq \ openssh-client \ py-pip \ - python \ + python3 \ ttf-dejavu \ unzip \ zip \ |