Skip to content

Commit

Permalink
修复mongodb无法上线#2648
Browse files Browse the repository at this point in the history
  • Loading branch information
lanjiaxuan committed May 15, 2024
1 parent a304b66 commit 7b1dd11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docker/setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ tar -xvf mongodb-linux-x86_64-rhel70-3.6.20.tgz
mv /opt/mongodb-linux-x86_64-rhel70-3.6.20/bin/mongo /usr/local/bin/
chmod +x /usr/local/bin/mongo
rm -rf /opt/mongodb*
curl -L -q -o openssl-1.0.1e https://www.openssl.org/source/old/1.0.1/openssl-1.0.1e.tar.gz
curl -L -q -o openssl-1.0.1e.tar.gz https://www.openssl.org/source/old/1.0.1/openssl-1.0.1e.tar.gz
tar -xvf openssl-1.0.1e.tar.gz
cd openssl-1.0.1e && ./config shared zlib-dynamic && make
cp /opt/openssl-1.0.1e/libcrypto.so.1.0.0 /lib/x86_64-linux-gnu/libcrypto.so.10
Expand Down

0 comments on commit 7b1dd11

Please sign in to comment.