Skip to content

Commit

Permalink
Trying https:// instead of git://
Browse files Browse the repository at this point in the history
Signed-off-by: Côme Chilliet <[email protected]>
  • Loading branch information
come-nc committed Dec 13, 2022
1 parent b646998 commit 156a84c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion samba-native-php8.0/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM ghcr.io/nextcloud/continuous-integration-samba-non-native-php8.0:latest

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

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

0 comments on commit 156a84c

Please sign in to comment.