Skip to content

Commit f79f533

Browse files
committed
Move the OpenSSL dir so that certificates are in the same location as v1
1 parent f18cc08 commit f79f533

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

php-81/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN CFLAGS="" \
9191
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
9292
./config \
9393
--prefix=${INSTALL_DIR} \
94-
--openssldir=${INSTALL_DIR}/ssl \
94+
--openssldir=${INSTALL_DIR}/bref/ssl \
9595
--release \
9696
no-tests \
9797
shared \

php-82/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ RUN CFLAGS="" \
9191
LDFLAGS="-L${INSTALL_DIR}/lib64 -L${INSTALL_DIR}/lib" \
9292
./config \
9393
--prefix=${INSTALL_DIR} \
94-
--openssldir=${INSTALL_DIR}/ssl \
94+
--openssldir=${INSTALL_DIR}/bref/ssl \
9595
--release \
9696
no-tests \
9797
shared \

0 commit comments

Comments
 (0)