2
0
Fork 0
mirror of https://github.com/EpicMorg/docker.git synced 2025-08-04 21:29:42 +03:00

Update Dockerfile

This commit is contained in:
STAM 2019-09-02 16:43:19 +03:00 committed by GitHub
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