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

duncangrant pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/brooklyn-ui.git


The following commit(s) were added to refs/heads/master by this push:
     new 7494f526 Fixes phantomjs build issue
     new 23d76c6b Merge pull request #380 from 
nakomis/bump-dockerfile-base-image-version
7494f526 is described below

commit 7494f52627b1d74e2571747851051481b66a7df7
Author: Martin Harris <[email protected]>
AuthorDate: Fri Jun 2 15:37:04 2023 +0100

    Fixes phantomjs build issue
---
 Dockerfile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/Dockerfile b/Dockerfile
index d36e93fc..b7fb0112 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -39,3 +39,4 @@ RUN mkdir -p /.npm && chmod -R 777 /.npm
 # 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

Reply via email to