diff options
author | lookshe <github@lookshe.org> | 2021-10-05 00:37:40 +0200 |
---|---|---|
committer | lookshe <github@lookshe.org> | 2021-10-05 00:37:40 +0200 |
commit | e10348f958792f753d0270ffc32608050c680363 (patch) | |
tree | 6d5ce36f0a982df5a01aaf037e47d35e27ebfea4 /php-7.4-opt/copy.Dockerfile | |
parent | b860da2e5a700ae562681c6e5331393fd298b21e (diff) |
add openssl 1.1.1lopenssl
Diffstat (limited to 'php-7.4-opt/copy.Dockerfile')
-rw-r--r-- | php-7.4-opt/copy.Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/php-7.4-opt/copy.Dockerfile b/php-7.4-opt/copy.Dockerfile index fed73b5..7fa7a43 100644 --- a/php-7.4-opt/copy.Dockerfile +++ b/php-7.4-opt/copy.Dockerfile @@ -11,6 +11,7 @@ COPY --from=build-stage /krb5-1.17.2/src/php-7.4.20-opt-krb5_1-1_amd64.deb . COPY --from=build-stage /php-7.4.20/ext/imagick-3.4.4/php-7.4.20-opt-imagick_3.4.4-1_amd64.deb . COPY --from=build-stage /php-7.4.20/ext/apcu-5.1.20/php-7.4.20-opt-apcu_5.1.20-1_amd64.deb . COPY --from=build-stage /libsodium-1.0.18/php-7.4.20-opt-libsodium_1.0.18-1_amd64.deb . +COPY --from=build-stage /openssl-1.1.1l/php-7.4.20-opt-openssl_1.1.1l-1_amd64.deb . COPY --from=build-stage /php-7.4.20/ext/php-memcached-3.1.5/php-7.4.20-opt-memcached_3.1.5-1_amd64.deb . COPY --from=build-stage /php-7.4.20/ext/phpredis-5.3.4/php-7.4.20-opt-redis_5.3.4-1_amd64.deb . |