nextcloud: Fix missing Redis (#122)

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile

* Update Dockerfile
This commit is contained in:
Berndinox 2017-02-18 16:50:46 +01:00 committed by Wonderfall
parent 2a7b6885f2
commit 05c4d24baf

View File

@ -66,7 +66,8 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk
php7.1-exif@testing \ php7.1-exif@testing \
php7.1-pear@testing \ php7.1-pear@testing \
php7.1-dev@testing \ php7.1-dev@testing \
&& sed -i "$ s|\-n||g" /usr/bin/pecl && pecl install smbclient apcu \ && sed -i "$ s|\-n||g" /usr/bin/pecl && pecl install smbclient apcu redis \
&& echo extension=redis.so > /etc/php7.1/conf.d/redis.ini \
&& cd /tmp && wget -q http://ftp.gnu.org/pub/gnu/libiconv/libiconv-${GNU_LIBICONV_VERSION}.tar.gz \ && cd /tmp && wget -q http://ftp.gnu.org/pub/gnu/libiconv/libiconv-${GNU_LIBICONV_VERSION}.tar.gz \
&& tar xzf libiconv-${GNU_LIBICONV_VERSION}.tar.gz && cd libiconv-${GNU_LIBICONV_VERSION} \ && tar xzf libiconv-${GNU_LIBICONV_VERSION}.tar.gz && cd libiconv-${GNU_LIBICONV_VERSION} \
&& ./configure --prefix=/usr/local \ && ./configure --prefix=/usr/local \