production

This commit is contained in:
2023-03-06 18:09:30 +00:00
parent 7de40c2c16
commit c119befd6f
2 changed files with 3 additions and 1 deletions

View File

@@ -1,2 +1,2 @@
FROM nextcloud:25.0
RUN apt update;apt install -y smbclient libsmbclient-dev;
RUN apt update;apt install -y smbclient libsmbclient-dev;pecl install smbclient;echo "extension=smbclient.so" >> /usr/local/etc/php/conf.d/nextcloud.ini