This is an automated email from the ASF dual-hosted git repository. heneveld pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/brooklyn.git
commit 0cbff8fbdee05b6cc826574a9a852f9fd720da4e Author: Paul Campbell <[email protected]> AuthorDate: Tue Jan 31 11:54:16 2023 +0000 Make sure phantomJS can find openssl libraries --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 93f75e1..b51aa20 100644 --- a/Dockerfile +++ b/Dockerfile @@ -51,4 +51,4 @@ RUN mkdir -p /var/tmp/ && chmod -R 777 /var/tmp/ # Make sure the /var/maven is writable for all users RUN mkdir -p /var/maven/.m2/ && chmod -R 777 /var/maven/ ENV MAVEN_CONFIG=/var/maven/.m2 - +ENV OPENSSL_CONF=/etc/ssl
