File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed
Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN mkdir -p ${BUILD_DIR} \
8080ENV VERSION_OPENSSL=1.1.1t
8181ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8282ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
83- ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"
83+ ENV CA_BUNDLE="${INSTALL_DIR}/bref/ ssl/cert.pem"
8484RUN set -xe; \
8585 mkdir -p ${OPENSSL_BUILD_DIR}; \
8686 curl -Ls https://github.com/openssl/openssl/archive/OpenSSL_${VERSION_OPENSSL//./_}.tar.gz \
@@ -439,7 +439,7 @@ RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_mys
439439RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_pgsql.so /bref-layer/lib
440440
441441# Copy the OpenSSL certificates file
442- RUN cp ${CA_BUNDLE} /bref-layer/ssl/cert.pem
442+ RUN cp ${CA_BUNDLE} /bref-layer/bref/ ssl/cert.pem
443443
444444
445445# ---------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN mkdir -p ${BUILD_DIR} \
8080ENV VERSION_OPENSSL=1.1.1t
8181ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8282ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
83- ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"
83+ ENV CA_BUNDLE="${INSTALL_DIR}/bref/ ssl/cert.pem"
8484RUN set -xe; \
8585 mkdir -p ${OPENSSL_BUILD_DIR}; \
8686 curl -Ls https://github.com/openssl/openssl/archive/OpenSSL_${VERSION_OPENSSL//./_}.tar.gz \
@@ -439,7 +439,7 @@ RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_mys
439439RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_pgsql.so /bref-layer/lib
440440
441441# Copy the OpenSSL certificates file
442- RUN cp ${CA_BUNDLE} /bref-layer/ssl/cert.pem
442+ RUN cp ${CA_BUNDLE} /bref-layer/bref/ ssl/cert.pem
443443
444444
445445# ---------------------------------------------------------------
Original file line number Diff line number Diff line change @@ -80,7 +80,7 @@ RUN mkdir -p ${BUILD_DIR} \
8080ENV VERSION_OPENSSL=1.1.1t
8181ENV OPENSSL_BUILD_DIR=${BUILD_DIR}/openssl
8282ENV CA_BUNDLE_SOURCE="https://curl.se/ca/cacert.pem"
83- ENV CA_BUNDLE="${INSTALL_DIR}/ssl/cert.pem"
83+ ENV CA_BUNDLE="${INSTALL_DIR}/bref/ ssl/cert.pem"
8484RUN set -xe; \
8585 mkdir -p ${OPENSSL_BUILD_DIR}; \
8686 curl -Ls https://github.com/openssl/openssl/archive/OpenSSL_${VERSION_OPENSSL//./_}.tar.gz \
@@ -439,7 +439,7 @@ RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_mys
439439RUN php /bref/lib-copy/copy-dependencies.php /bref-layer/bref/extensions/pdo_pgsql.so /bref-layer/lib
440440
441441# Copy the OpenSSL certificates file
442- RUN cp ${CA_BUNDLE} /bref-layer/ssl/cert.pem
442+ RUN cp ${CA_BUNDLE} /bref-layer/bref/ ssl/cert.pem
443443
444444
445445# ---------------------------------------------------------------
You can’t perform that action at this time.
0 commit comments