We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a774c42 commit 7c9cb00Copy full SHA for 7c9cb00
openssl.dockerfile
@@ -31,8 +31,8 @@ RUN <<`
31
ldconfig
32
33
ln -sf ${OUT_DIR}/bin/openssl /usr/bin/openssl
34
- ln -sf ${OUT_DIR}/lib64/libssl.so.3 /lib/x86_64-linux-gnu/libssl.so.3
35
- ln -sf ${OUT_DIR}/lib64/libcrypto.so.3 /lib/x86_64-linux-gnu/libcrypto.so.3
+ ln -sf ${OUT_DIR}/lib64/libssl.so.3 /lib/$(uname -m)-linux-gnu/libssl.so.3
+ ln -sf ${OUT_DIR}/lib64/libcrypto.so.3 /lib/$(uname -m)-linux-gnu/libcrypto.so.3
36
`
37
WORKDIR /
38
RUN rm -rf ${SRC_DIR}
0 commit comments