From aaf04367e61b4d83cc3f3eeb7854aeaaee637b02 Mon Sep 17 00:00:00 2001 From: Gautier DELEGLISE Date: Mon, 20 Sep 2021 11:11:45 +0200 Subject: [PATCH] :bug: duplicates apt-get install --- php-fpm/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/php-fpm/Dockerfile b/php-fpm/Dockerfile index d6638a9e..3ec7ecdd 100644 --- a/php-fpm/Dockerfile +++ b/php-fpm/Dockerfile @@ -787,7 +787,7 @@ RUN if [ ${INSTALL_IMAGEMAGICK} = true ]; then \ ARG INSTALL_SMB=false RUN if [ ${INSTALL_SMB} = true ]; then \ - apt-get install apt-get install -yqq smbclient libsmbclient-dev coreutils && \ + apt-get install -yqq smbclient libsmbclient-dev coreutils && \ pecl install smbclient && \ docker-php-ext-enable smbclient \ ;fi