🐛 wrong command
This commit is contained in:
parent
c784aad5a7
commit
6c9ca44573
|
@ -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
|
||||
|
||||
###########################################################################
|
||||
|
|
Loading…
Reference in New Issue