Commit 53713467 authored by Tobias Munk's avatar Tobias Munk

enabled imagick

parent 25345a28
Pipeline #24850 passed with stages
in 4 minutes and 4 seconds
......@@ -65,7 +65,9 @@ RUN printf "\n" | pecl install \
apcu-5.1.3 \
imagick \
mcrypt-1.0.0 && \
docker-php-ext-enable apcu
docker-php-ext-enable \
apcu \
imagick
# Install xdebug
RUN cd /tmp && \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment