0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-04-21 03:06:08 +02:00

Feat: Add smbclient module to nextcloud:apache-25

This commit is contained in:
Glaucio Campos 2023-05-13 12:21:38 -03:00
parent 2d8f990304
commit e27bbcdce4
2 changed files with 11 additions and 0 deletions

View file

@ -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 \

View file

@ -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)