You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@openwhisk.apache.org by ak...@apache.org on 2019/09/24 17:06:05 UTC

[openwhisk-runtime-php] branch master updated: Add libssl-dev to support mongodb ssl/tls connections. (#67)

This is an automated email from the ASF dual-hosted git repository.

akrabat pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/openwhisk-runtime-php.git


The following commit(s) were added to refs/heads/master by this push:
     new 76937d0  Add libssl-dev to support mongodb ssl/tls connections. (#67)
76937d0 is described below

commit 76937d0becb6513d3a8feaf2a89034a562bade83
Author: falkzoll <fa...@de.ibm.com>
AuthorDate: Tue Sep 24 19:06:00 2019 +0200

    Add libssl-dev to support mongodb ssl/tls connections. (#67)
    
    Closes #67
---
 core/php7.3Action/Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/core/php7.3Action/Dockerfile b/core/php7.3Action/Dockerfile
index 308dc64..a7663e5 100644
--- a/core/php7.3Action/Dockerfile
+++ b/core/php7.3Action/Dockerfile
@@ -34,6 +34,7 @@ RUN \
       libicu57 \
       libjpeg-dev \
       libpng-dev \
+      libssl-dev \
       libxml2-dev \
       libzip-dev \
       postgresql-server-dev-9.6 \