dockerimage_v29 (#2)

Reviewed-on: #2
Co-authored-by: Márcio Fernandes <marcio.fernandes@limbosolutions.com>
Co-committed-by: Márcio Fernandes <marcio.fernandes@limbosolutions.com>
This commit was merged in pull request #2.
This commit is contained in:
2024-10-26 23:36:28 +00:00
committed by marcio.fernandes
parent acfbbd046c
commit f8ee71f21e
2 changed files with 64 additions and 64 deletions

View File

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