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:
@@ -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
|
||||
Reference in New Issue
Block a user