From 2f2f8c4299cae6666cbbb833de754b76f84d123f Mon Sep 17 00:00:00 2001 From: Gong Sophia Date: Thu, 18 Jul 2019 09:16:53 +0800 Subject: [PATCH] add bundle curl in php-fpm container Signed-off-by: Gong Sophia --- php-fpm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-fpm/Dockerfile b/php-fpm/Dockerfile index e772088..ec3c6c7 100644 --- a/php-fpm/Dockerfile +++ b/php-fpm/Dockerfile @@ -17,7 +17,7 @@ RUN source /os-release && \ mkdir /install_root \ && swupd os-install -V ${VERSION_ID} \ --path /install_root --statedir /swupd-state \ - --bundles=os-core-update,php-basic --no-scripts + --bundles=os-core-update,php-basic,curl --no-scripts # For some Host OS configuration with redirect_dir on, # extra data are saved on the upper layer when the same