summaryrefslogtreecommitdiffstats
path: root/php-8.0-opt/copy.Dockerfile
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2022-03-30 23:55:45 +0200
committerlookshe <github@lookshe.org>2022-03-30 23:55:45 +0200
commit8ff9dc0290e58ed6bd8286e1de868f627be7f71d (patch)
tree497fb2e6965e7927014369655605d896d93da979 /php-8.0-opt/copy.Dockerfile
parent64e65c8d7ef6c09d9ea42f0a51c80421f211ec3d (diff)
fix broken libxml2 package, add openssl to php 8.0
Diffstat (limited to 'php-8.0-opt/copy.Dockerfile')
-rw-r--r--php-8.0-opt/copy.Dockerfile2
1 files changed, 2 insertions, 0 deletions
diff --git a/php-8.0-opt/copy.Dockerfile b/php-8.0-opt/copy.Dockerfile
index f3d31a1..0d9aee5 100644
--- a/php-8.0-opt/copy.Dockerfile
+++ b/php-8.0-opt/copy.Dockerfile
@@ -11,6 +11,8 @@ COPY --from=build-stage /krb5-1.17.2/src/php-8.0.17-opt-krb5_1-1_amd64.deb .
COPY --from=build-stage /php-8.0.17/ext/imagick-3.5.1/php-8.0.17-opt-imagick_3.5.1-1_amd64.deb .
COPY --from=build-stage /php-8.0.17/ext/apcu-5.1.20/php-8.0.17-opt-apcu_5.1.20-1_amd64.deb .
COPY --from=build-stage /libsodium-1.0.18/php-8.0.17-opt-libsodium_1.0.18-1_amd64.deb .
+COPY --from=build-stage /libxml2-v2.9.10/php-8.0.17-opt-libxml2_2.9.10-1_amd64.deb .
+COPY --from=build-stage /openssl-1.1.1n/php-8.0.17-opt-openssl_1.1.1n-1_amd64.deb .
COPY --from=build-stage /php-8.0.17/ext/php-memcached-3.1.5/php-8.0.17-opt-memcached_3.1.5-1_amd64.deb .
COPY --from=build-stage /php-8.0.17/ext/phpredis-5.3.4/php-8.0.17-opt-redis_5.3.4-1_amd64.deb .