diff options
author | Dan Timoney <dtimoney@att.com> | 2019-03-14 20:17:49 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2019-03-14 20:17:49 +0000 |
commit | 1b60edb1395afe82c3c34be7958616156af46de4 (patch) | |
tree | 125e31a2ee2cb4714991326db373b6abdeb3ccd4 /ms/blueprintsprocessor/distribution | |
parent | abdc4a1f59294b8435a4af3738b415fe348967ab (diff) | |
parent | 57bef0979c89527072e6f1426da7e8357bb84378 (diff) |
Merge "Python lib for RA and component executor"
Diffstat (limited to 'ms/blueprintsprocessor/distribution')
-rwxr-xr-x | ms/blueprintsprocessor/distribution/src/main/docker/Dockerfile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ms/blueprintsprocessor/distribution/src/main/docker/Dockerfile b/ms/blueprintsprocessor/distribution/src/main/docker/Dockerfile index d3e10b76d..dab0a4c01 100755 --- a/ms/blueprintsprocessor/distribution/src/main/docker/Dockerfile +++ b/ms/blueprintsprocessor/distribution/src/main/docker/Dockerfile @@ -1,4 +1,4 @@ -FROM anapsix/alpine-java:8_jdk +FROM omahoco1/alpine-java-python ENV HTTP_PROXY ${HTTP_PROXY} ENV HTTPS_PROXY ${HTTPS_PROXY} |