We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e4fa2d9 commit 030bc87Copy full SHA for 030bc87
Dockerfile
@@ -22,7 +22,7 @@ RUN set -eux; \
22
# mariadb
23
mariadb-client \
24
# for imap
25
- libkrb5-dev \
+ # libkrb5-dev libc-client-dev libc-client2007e-dev \
26
# for soap
27
libxml2-dev \
28
# cleanup
@@ -42,7 +42,8 @@ RUN chmod +x /usr/local/bin/install-php-extensions && \
42
opcache \
43
gd \
44
yaml \
45
- Imagick/imagick@master
+ imagick
46
+ #Imagick/imagick@master
47
# to fix imagick amd64 bug https://github.com/mlocati/docker-php-extension-installer/issues/739
48
49
# confige apache
0 commit comments