Skip to content

Commit

Permalink
figured it out
Browse files Browse the repository at this point in the history
  • Loading branch information
bocan committed Sep 20, 2024
1 parent bf0fce0 commit afc1313
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ RUN apt-get update ; \
bzip2 \
git \
imagemagick \
imagemagick-dev \
gcc \
g++ \
make \
Expand Down Expand Up @@ -49,7 +48,7 @@ RUN docker-php-ext-install bz2 bcmath exif gmp intl ldap opcache pcntl sysvsem m
&& docker-php-ext-install gd \
&& docker-php-ext-install mbstring

RUN cd /tmp && git clone https://github.com/Imagick/imagick.git && pecl install /tmp/imagick/package.xml \
RUN git clone https://github.com/Imagick/imagick.git && pecl install ./imagick/package.xml \
&& pecl install imagick \
&& docker-php-ext-enable imagick \
&& docker-php-ext-enable gd
Expand Down

0 comments on commit afc1313

Please sign in to comment.