mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-20 04:19:18 +00:00
nextcloud: pecl hack no longer needed
This commit is contained in:
parent
6a1b9b7511
commit
ac1171df49
@ -64,7 +64,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
|
||||
php7.1-exif@testing \
|
||||
php7.1-pear@testing \
|
||||
php7.1-dev@testing \
|
||||
&& sed -i "$ s|\-n||g" /usr/bin/pecl && pecl install smbclient apcu redis \
|
||||
&& pecl install smbclient apcu redis \
|
||||
&& 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} \
|
||||
&& ./configure --prefix=/usr/local \
|
||||
|
@ -63,7 +63,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/testing" >> /etc/apk/r
|
||||
php7.1-exif@testing \
|
||||
php7.1-pear@testing \
|
||||
php7.1-dev@testing \
|
||||
&& sed -i "$ s|\-n||g" /usr/bin/pecl && pecl install smbclient apcu redis \
|
||||
&& pecl install smbclient apcu redis \
|
||||
&& 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} \
|
||||
&& ./configure --prefix=/usr/local \
|
||||
|
Loading…
x
Reference in New Issue
Block a user