summaryrefslogtreecommitdiffstats
path: root/.examples/dockerfiles/full/apache/Dockerfile
diff options
context:
space:
mode:
Diffstat (limited to '.examples/dockerfiles/full/apache/Dockerfile')
-rw-r--r--.examples/dockerfiles/full/apache/Dockerfile3
1 files changed, 0 insertions, 3 deletions
diff --git a/.examples/dockerfiles/full/apache/Dockerfile b/.examples/dockerfiles/full/apache/Dockerfile
index 9e600e76..bd759168 100644
--- a/.examples/dockerfiles/full/apache/Dockerfile
+++ b/.examples/dockerfiles/full/apache/Dockerfile
@@ -20,16 +20,13 @@ RUN set -ex; \
apt-get install -y --no-install-recommends \
libbz2-dev \
libc-client-dev \
- libgmp3-dev \
libkrb5-dev \
libsmbclient-dev \
; \
\
docker-php-ext-configure imap --with-kerberos --with-imap-ssl; \
- ln -s "/usr/include/$(dpkg-architecture --query DEB_BUILD_MULTIARCH)/gmp.h" /usr/include/gmp.h; \
docker-php-ext-install \
bz2 \
- gmp \
imap \
; \
pecl install smbclient; \