mirror of
https://github.com/hoellen/dockerfiles.git
synced 2025-04-19 20:09:16 +00:00
Update Dockerfile
This commit is contained in:
parent
7019cbc38a
commit
d3a6dd4e10
@ -76,7 +76,7 @@ RUN echo "@testing https://nl.alpinelinux.org/alpine/edge/community" >> /etc/apk
|
||||
&& make && cp modules/iconv.so /usr/lib/php7.1/modules && cd /tmp \
|
||||
&& echo "extension=iconv.so" > /etc/php7.1/conf.d/00_iconv.ini \
|
||||
&& echo "extension=smbclient.so" > /etc/php7.1/conf.d/00_smbclient.ini \
|
||||
&& echo "extension=redis.so" > /etc/php7.1/conf.d/00_redis.ini \
|
||||
&& echo "extension=redis.so" > /etc/php7.1/conf.d/redis.ini \
|
||||
&& mkdir /nextcloud \
|
||||
&& wget -q https://download.nextcloud.com/server/daily/latest.tar.bz2 \
|
||||
&& tar xjf latest.tar.bz2 --strip 1 -C /nextcloud \
|
||||
|
Loading…
x
Reference in New Issue
Block a user