Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Dockerfile « samba-native-php7.4 - github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 714d83f0e4aa1227ee44bdcd5eebe832cd6dd45c (plain)
1
2
3
4
5
6
7
8
FROM ghcr.io/nextcloud/continuous-integration-samba-non-native-php7.4:latest

RUN apt update
RUN apt-get install -y php7.4-dev libsmbclient-dev git
RUN git clone git://github.com/eduardok/libsmbclient-php.git
RUN cd libsmbclient-php && phpize && ./configure && make && make install

ADD smbclient.ini /etc/php/7.4/cli/conf.d/smbclient.ini