diff options
Diffstat (limited to 'conductor')
-rw-r--r-- | conductor/docker/Dockerfile | 2 | ||||
-rw-r--r-- | conductor/pom.xml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/conductor/docker/Dockerfile b/conductor/docker/Dockerfile index 448fd03..027f383 100644 --- a/conductor/docker/Dockerfile +++ b/conductor/docker/Dockerfile @@ -45,7 +45,7 @@ RUN apk --update add unzip && \ apk add fcgiwrap && \ apk add bash vim && \ pip install --no-cache-dir --upgrade pip && \ - apk add --virtual build-dependencies build-base linux-headers pcre-dev libffi-dev libxslt-dev libressl-dev && \ + apk add --virtual build-dependencies build-base linux-headers pcre-dev libffi-dev libxslt-dev openssl-dev && \ pip install --no-cache-dir uwsgi # Get, Install, cleanup and setup diff --git a/conductor/pom.xml b/conductor/pom.xml index f992038..975a75c 100644 --- a/conductor/pom.xml +++ b/conductor/pom.xml @@ -22,7 +22,7 @@ <parent> <groupId>org.onap.optf.has</groupId> - <version>2.1.0-SNAPSHOT</version> + <version>2.1.1-SNAPSHOT</version> <artifactId>optf-has</artifactId> </parent> |