Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/docker-ci.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/php5.5
diff options
context:
space:
mode:
authorLukas Reschke <lukas@statuscode.ch>2016-11-04 14:02:33 +0300
committerGitHub <noreply@github.com>2016-11-04 14:02:33 +0300
commit398a44a552e5c929fe8cd93f0d23a564058a2ca6 (patch)
tree1afe3d0fcf460ae1d6fc0b8a6e518c992cd47742 /php5.5
parent282b9a450b21c5cacd64c09dad41d5db27adb3d3 (diff)
Add libmagickcore-5-extraphp5.5-4
Ref https://github.com/nextcloud/server/pull/840#discussion_r86224882
Diffstat (limited to 'php5.5')
-rw-r--r--php5.5/Dockerfile2
1 files changed, 1 insertions, 1 deletions
diff --git a/php5.5/Dockerfile b/php5.5/Dockerfile
index 310acfd..308dc88 100644
--- a/php5.5/Dockerfile
+++ b/php5.5/Dockerfile
@@ -6,7 +6,7 @@ RUN echo "deb http://packages.dotdeb.org wheezy-php55 all" >> /etc/apt/sources.l
RUN echo "deb-src http://packages.dotdeb.org wheezy-php55 all" >> /etc/apt/sources.list
RUN apt-get update && apt-get install -y php5-intl php5-gd git curl \
php5-cli php5-curl php5-imagick php5-mcrypt php5-ldap \
- php5-apcu php5-redis php5-sqlite make
+ php5-apcu php5-redis php5-sqlite make libmagickcore5-extra
RUN php5enmod zip intl gd
RUN curl -O -L https://phar.phpunit.de/phpunit-4.8.24.phar \
&& chmod +x phpunit-4.8.24.phar \