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 @@ -102,7 +102,7 @@ RUN CFLAGS="" \
102102# https://stackoverflow.com/questions/28639207/why-cant-i-compile-openssl-with-multiple-threads-make-j3
103103# Run `make install_sw install_ssldirs` instead of `make install` to skip installing man pages https://github.com/openssl/openssl/issues/8170
104104RUN make -j1 install_sw install_ssldirs
105- RUN curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOURCE}
105+ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOURCE}
106106
107107
108108# ##############################################################################
@@ -418,7 +418,7 @@ RUN pecl install APCu
418418RUN mkdir -p /bref-layer/bin \
419419&& mkdir -p /bref-layer/lib \
420420&& mkdir -p /bref-layer/bref/extensions \
421- && mkdir -p /bref-layer/ssl
421+ && mkdir -p /bref-layer/bref/ ssl
422422
423423# Copy the PHP binary
424424RUN cp ${INSTALL_DIR}/bin/php /bref-layer/bin/php && chmod +x /bref-layer/bin/php
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN CFLAGS="" \
102102# https://stackoverflow.com/questions/28639207/why-cant-i-compile-openssl-with-multiple-threads-make-j3
103103# Run `make install_sw install_ssldirs` instead of `make install` to skip installing man pages https://github.com/openssl/openssl/issues/8170
104104RUN make -j1 install_sw install_ssldirs
105- RUN curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOURCE}
105+ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOURCE}
106106
107107
108108# ##############################################################################
@@ -418,7 +418,7 @@ RUN pecl install APCu
418418RUN mkdir -p /bref-layer/bin \
419419&& mkdir -p /bref-layer/lib \
420420&& mkdir -p /bref-layer/bref/extensions \
421- && mkdir -p /bref-layer/ssl
421+ && mkdir -p /bref-layer/bref/ ssl
422422
423423# Copy the PHP binary
424424RUN cp ${INSTALL_DIR}/bin/php /bref-layer/bin/php && chmod +x /bref-layer/bin/php
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ RUN CFLAGS="" \
102102# https://stackoverflow.com/questions/28639207/why-cant-i-compile-openssl-with-multiple-threads-make-j3
103103# Run `make install_sw install_ssldirs` instead of `make install` to skip installing man pages https://github.com/openssl/openssl/issues/8170
104104RUN make -j1 install_sw install_ssldirs
105- RUN curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOURCE}
105+ RUN mkdir -p ${INSTALL_DIR}/bref/ssl && curl -Lk -o ${CA_BUNDLE} ${CA_BUNDLE_SOURCE}
106106
107107
108108# ##############################################################################
@@ -418,7 +418,7 @@ RUN pecl install APCu
418418RUN mkdir -p /bref-layer/bin \
419419&& mkdir -p /bref-layer/lib \
420420&& mkdir -p /bref-layer/bref/extensions \
421- && mkdir -p /bref-layer/ssl
421+ && mkdir -p /bref-layer/bref/ ssl
422422
423423# Copy the PHP binary
424424RUN cp ${INSTALL_DIR}/bin/php /bref-layer/bin/php && chmod +x /bref-layer/bin/php
You can’t perform that action at this time.
0 commit comments