diff options
author | DeWayne Filppi <dewayne@cloudify.co> | 2017-09-07 16:42:59 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2017-09-07 16:42:59 +0000 |
commit | fa1a211d28a912892fcd888569df033900eb01ee (patch) | |
tree | 21c5a5aea09afe9d08bb2d1b1cf752cf6fcb7fcf | |
parent | df40f6f09f11aa823c1fd07e85887885f20d356b (diff) | |
parent | 93fbdfbe46104f8859d4754040f979cb7997c157 (diff) |
Merge "updated ARIA version"
-rw-r--r-- | packages/docker/src/main/docker/docker-files/Dockerfile.aria | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/docker/src/main/docker/docker-files/Dockerfile.aria b/packages/docker/src/main/docker/docker-files/Dockerfile.aria index 43371b5fa1..ee16d73733 100644 --- a/packages/docker/src/main/docker/docker-files/Dockerfile.aria +++ b/packages/docker/src/main/docker/docker-files/Dockerfile.aria @@ -21,7 +21,7 @@ FROM httpd:alpine RUN apk update RUN apk add python2 py2-pip gcc python2-dev linux-headers musl-dev git curl -RUN pip install apache-ariatosca==0.1.0 jinja2==2.8 +RUN pip install apache-ariatosca==0.2.0 jinja2==2.8 aria-extension-cloudify==4.1 RUN curl -sL http://github.com/dfilppi/aria-rest/archive/master.tar.gz|tar xzf - WORKDIR aria-rest-master RUN pip install . |