1
0
Fork 0
mirror of synced 2024-06-01 18:39:57 +12:00

deps: fix missplaced dash

This commit is contained in:
Torsten Dittmann 2021-04-09 13:02:11 +02:00
parent 6dd2cc1af2
commit 65c3e2536e

View file

@ -53,7 +53,7 @@ RUN \
make && make install && \
cd .. && \
## Imagick Extension
git clone --depth 1 --branch $PHP_IMAGICK_VERSION -https://github.com/Imagick/imagick && \
git clone --depth 1 --branch $PHP_IMAGICK_VERSION https://github.com/Imagick/imagick && \
cd imagick && \
phpize && \
./configure && \