Skip to content

Commit

Permalink
Fixup for previous commit: set openssldir to /etc/ssl
Browse files Browse the repository at this point in the history
  • Loading branch information
elprans committed Oct 11, 2024
1 parent ff4da17 commit 346091e
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion integration/linux/build/Dockerfile-linux.template
Original file line number Diff line number Diff line change
Expand Up @@ -155,7 +155,7 @@ RUN set -ex \
&& cd /usr/src/openssl \
&& ./config \
--prefix="/usr/local/openssl" \
--openssldir="/usr/local/openssl/etc/ssl" \
--openssldir="/etc/ssl" \
--libdir="/usr/local/openssl/lib" \
"no-ssl3" \
"shared" \
Expand Down
12 changes: 6 additions & 6 deletions integration/linux/build/linux-aarch64/Dockerfile

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 346091e

Please sign in to comment.