Skip to content

Commit

Permalink
Update Dockerfile.21
Browse files Browse the repository at this point in the history
  • Loading branch information
DRON4eg committed Apr 21, 2021
1 parent e01ae91 commit cab1edc
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile.21
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,10 @@ RUN apk --no-cache -U upgrade \
smbclient \
apcu \
redis \
imagick \
## && mkdir -p /usr/src/php/ext/imagick \
## && curl -fsSL https://github.com/Imagick/imagick/archive/06116aa24b76edaf6b1693198f79e6c295eda8a9.tar.gz | tar xvz -C "/usr/src/php/ext/imagick" --strip 1 \
&& docker-php-ext-install imagick \
## && docker-php-ext-install imagick \
&& echo "extension=smbclient.so" > /php/conf.d/smbclient.ini \
&& echo "extension=redis.so" > /php/conf.d/redis.ini \
&& echo "extension=imagick.so" > /php/conf.d/imagick.ini \
Expand Down

0 comments on commit cab1edc

Please sign in to comment.