diff --git a/25/apache/Dockerfile b/25/apache/Dockerfile index 91521f17..c9d4558a 100644 --- a/25/apache/Dockerfile +++ b/25/apache/Dockerfile @@ -7,6 +7,8 @@ RUN set -ex; \ apt-get update; \ apt-get install -y --no-install-recommends \ busybox-static \ + smbclient \ + libsmbclient-dev \ bzip2 \ libldap-common \ libmagickcore-6.q16-6-extra \ @@ -64,11 +66,13 @@ RUN set -ex; \ # pecl will claim success even if one install fails, so we need to perform each install separately pecl install APCu-5.1.22; \ pecl install imagick-3.7.0; \ + pecl install smbclient; \ pecl install memcached-3.2.0; \ pecl install redis-5.3.7; \ \ docker-php-ext-enable \ apcu \ + smbclient \ imagick \ memcached \ redis \ diff --git a/README.md b/README.md index 20a9cecf..69efc2c3 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +# Forked from the official nextcloud docker image +## [Dockerhub repository ](https://hub.docker.com/repository/docker/glauciocampos/nextcloud-full/tags?page=1&ordering=last_updated) + +## Changes: +### [- Added smbclient to nextcloud:25-apache](https://github.com/glauciocampos/nextcloud-full/blob/master/.examples/README.md) + + # What is Nextcloud? [![GitHub CI build status badge](https://github.com/nextcloud/docker/workflows/Images/badge.svg)](https://github.com/nextcloud/docker/actions?query=workflow%3AImages)