This is an automated email from the ASF dual-hosted git repository. skperez pushed a commit to branch matchup-bugfix in repository https://gitbox.apache.org/repos/asf/incubator-sdap-nexus.git
commit 71e2766469d44b16d7e6db0896eebb3e2741ce82 Author: skorper <[email protected]> AuthorDate: Fri Sep 2 12:06:46 2022 -0700 Added environment variable to Dockerfile to fix cert error --- docker/nexus-webapp/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docker/nexus-webapp/Dockerfile b/docker/nexus-webapp/Dockerfile index fc58e79..afb3b17 100644 --- a/docker/nexus-webapp/Dockerfile +++ b/docker/nexus-webapp/Dockerfile @@ -32,7 +32,8 @@ ENV \ SPARK_HOME=/opt/spark \ PYSPARK_DRIVER_PYTHON=/opt/conda/bin/python3.8 \ PYSPARK_PYTHON=/opt/conda/bin/python3.8 \ - LD_LIBRARY_PATH=/usr/lib + LD_LIBRARY_PATH=/usr/lib \ + REQUESTS_CA_BUNDLE=/etc/ssl/certs/ca-certificates.crt RUN apk add --update --no-cache \ bzip2 \
