Update Dockerfile

This commit is contained in:
STAM 2019-09-02 16:43:19 +03:00 committed by GitHub
parent c791a45d67
commit 35a64872f8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,7 +5,7 @@ ENV DEBIAN_FRONTEND noninteractive
#RUN rm /etc/apt/sources.list #RUN rm /etc/apt/sources.list
#COPY sources.list /etc/apt/sources.list #COPY sources.list /etc/apt/sources.list
RUN docker-php-ext-install -j smbclient #RUN docker-php-ext-install -j smbclient
RUN pecl install smbclient RUN pecl install smbclient
RUN docker-php-ext-enable smbclient RUN docker-php-ext-enable smbclient