🐛 wrong command

This commit is contained in:
Gautier DELEGLISE 2021-08-30 14:10:24 +02:00 committed by GitHub
parent c784aad5a7
commit 6c9ca44573
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -789,7 +789,7 @@ ARG INSTALL_SMB=false
RUN if [ ${INSTALL_SMB} = true ]; then \
apt-get install apt-get install -yqq smbclient libsmbclient-dev coreutils && \
pecl install smbclient && \
docker-php-ext-enable smbclient \ -yqq smbclient php-smbclient coreutils \
docker-php-ext-enable smbclient \
;fi
###########################################################################