summaryrefslogtreecommitdiffstats
path: root/php-7.4-opt/copy.Dockerfile
diff options
context:
space:
mode:
authorlookshe <github@lookshe.org>2021-03-07 23:10:31 +0100
committerlookshe <github@lookshe.org>2021-03-07 23:10:31 +0100
commit2f96bcbf9e5d1450a1d9cc20aeca458aaaa4bb36 (patch)
treea4c1a8cb40e4fc6c5ea78ed3a6030572e343c71f /php-7.4-opt/copy.Dockerfile
parentc7242e8a4444c771c891a18289d17ff72dfa9762 (diff)
add redis module
Diffstat (limited to 'php-7.4-opt/copy.Dockerfile')
-rw-r--r--php-7.4-opt/copy.Dockerfile1
1 files changed, 1 insertions, 0 deletions
diff --git a/php-7.4-opt/copy.Dockerfile b/php-7.4-opt/copy.Dockerfile
index 3acc8dc..8bc77d0 100644
--- a/php-7.4-opt/copy.Dockerfile
+++ b/php-7.4-opt/copy.Dockerfile
@@ -12,4 +12,5 @@ COPY --from=build-stage /php-7.4.12/ext/imagick-3.4.4/php-7.4.12-opt-imagick_3.4
COPY --from=build-stage /php-7.4.12/ext/apcu-5.1.19/php-7.4.12-opt-apcu_5.1.19-1_amd64.deb .
COPY --from=build-stage /libsodium-1.0.18/php-7.4.12-opt-libsodium_1.0.18-1_amd64.deb .
COPY --from=build-stage /php-7.4.12/ext/php-memcached-3.1.5/php-7.4.12-opt-memcached_3.1.5-1_amd64.deb .
+COPY --from=build-stage /php-7.4.12/ext/phpredis-5.3.3/php-7.4.12-opt-redis_5.3.3-1_amd64.deb .