diff --git a/Dockerfile b/Dockerfile index 34bcc20..7f7a6b1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -27,7 +27,7 @@ ln -s /usr/bin/cmake3 /usr/bin/cmake;\ ## 1准备工作 yum install gcc-c++ make perl -y;\ ## 2安装pcre -cd /root/pcre-8.39;\ +cd /root/pcre-8.45;\ ./configure;\ make;\ make install;\ @@ -39,16 +39,16 @@ make install;\ ## 4安装openssl ## (已经通过ADD解压,无需操作) ## 5安装nginx -cd /root/nginx-1.19.4;\ +cd /root/nginx-1.21.4;\ ./configure \ --prefix=/usr/local/nginx/ \ --with-http_v2_module \ --with-http_ssl_module \ --with-http_realip_module \ --with-http_stub_status_module \ ---with-pcre=/root/pcre-8.39/ \ +--with-pcre=/root/pcre-8.45/ \ --with-zlib=/root/zlib-1.2.11/ \ ---with-openssl=/root/openssl-1.0.2l;\ +--with-openssl=/root/openssl-1.1.1m;\ make;\ make install;\ \cp /root/nginx.conf /usr/local/nginx/conf/nginx.conf;\ @@ -125,7 +125,7 @@ make;\ make install;\ ### mcrypt yum install libmcrypt-devel -y;\ -cd /root/mcrypt-1.0.3;\ +cd /root/mcrypt-1.0.4;\ /usr/local/php7/bin/phpize;\ ./configure --with-php-config=/usr/local/php7/bin/php-config;\ make;\ @@ -182,7 +182,7 @@ cd /root/php-7.4.27/ext/opcache;\ make;\ make install;\ ### redis -cd /root/redis-5.3.2;\ +cd /root/redis-5.3.5;\ /usr/local/php7/bin/phpize;\ ./configure --with-php-config=/usr/local/php7/bin/php-config;\ make;\ @@ -201,7 +201,7 @@ cd /root/memcached-3.1.5;\ make;\ make install;\ ### mongodb -cd /root/mongodb-1.8.1;\ +cd /root/mongodb-1.12.0;\ /usr/local/php7/bin/phpize;\ ./configure --with-php-config=/usr/local/php7/bin/php-config;\ make;\ diff --git a/mcrypt-1.0.3.tgz b/mcrypt-1.0.3.tgz deleted file mode 100644 index 2d3124a..0000000 Binary files a/mcrypt-1.0.3.tgz and /dev/null differ diff --git a/mcrypt-1.0.4.tgz b/mcrypt-1.0.4.tgz new file mode 100644 index 0000000..c85480c Binary files /dev/null and b/mcrypt-1.0.4.tgz differ diff --git a/mongodb-1.12.0.tgz b/mongodb-1.12.0.tgz new file mode 100644 index 0000000..3bb6881 Binary files /dev/null and b/mongodb-1.12.0.tgz differ diff --git a/mongodb-1.8.1.tgz b/mongodb-1.8.1.tgz deleted file mode 100644 index 7c3c197..0000000 Binary files a/mongodb-1.8.1.tgz and /dev/null differ diff --git a/nginx-1.19.4.tar.gz b/nginx-1.19.4.tar.gz deleted file mode 100644 index 063af5e..0000000 Binary files a/nginx-1.19.4.tar.gz and /dev/null differ diff --git a/nginx-1.21.4.tar.gz b/nginx-1.21.4.tar.gz new file mode 100644 index 0000000..d2c90c1 Binary files /dev/null and b/nginx-1.21.4.tar.gz differ diff --git a/openssl-1.0.2l.tar.gz b/openssl-1.0.2l.tar.gz deleted file mode 100644 index 72be295..0000000 Binary files a/openssl-1.0.2l.tar.gz and /dev/null differ diff --git a/openssl-1.1.1m.tar.gz b/openssl-1.1.1m.tar.gz new file mode 100644 index 0000000..2db4ee8 Binary files /dev/null and b/openssl-1.1.1m.tar.gz differ diff --git a/pcre-8.39.tar.gz b/pcre-8.39.tar.gz deleted file mode 100644 index bfe26e3..0000000 Binary files a/pcre-8.39.tar.gz and /dev/null differ diff --git a/pcre-8.45.tar.gz b/pcre-8.45.tar.gz new file mode 100644 index 0000000..02233ce Binary files /dev/null and b/pcre-8.45.tar.gz differ diff --git a/redis-5.3.2.tgz b/redis-5.3.2.tgz deleted file mode 100644 index d48c554..0000000 Binary files a/redis-5.3.2.tgz and /dev/null differ diff --git a/redis-5.3.5.tgz b/redis-5.3.5.tgz new file mode 100644 index 0000000..f3bfc2a Binary files /dev/null and b/redis-5.3.5.tgz differ