File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -39,13 +39,13 @@ ENV XDEBUG_VERSION 3.3.1
39
39
ENV MEMCACHE_VERSION 3.2.0
40
40
ENV PHPREDIS_VERSION 5.3.7
41
41
RUN export XDEBUG_DEPS="linux-headers" && \
42
- export PHP_EXTRA_DEPS="libxml2-dev icu-dev libmemcached-dev cyrus-sasl-dev libpng libjpeg-turbo freetype-dev libpng-dev libjpeg-turbo-dev libzip-dev oniguruma-dev libwebp-dev ldb-dev libldap openldap-dev" && \
43
- export OPENSSL_LIBS="-L/usr -lssl -lcrypto -lz" && export OPENSSL_CFLAGS="-I/usr/include" && \
42
+ export PHP_EXTRA_DEPS="libxml2-dev icu-dev libmemcached-dev cyrus-sasl-dev libpng libjpeg-turbo freetype-dev libpng-dev libjpeg-turbo-dev libzip-dev oniguruma-dev libwebp-dev ldb-dev libldap openldap-dev openssl-dev" && \
44
43
apk update && \
45
44
apk add ${PHP_EXTRA_DEPS} ${PHPIZE_DEPS} ${XDEBUG_DEPS} gettext && \
46
45
docker-php-ext-configure gd --with-freetype=/usr/include/ --with-jpeg=/usr/include/ --with-webp=/usr/include && \
47
46
docker-php-ext-configure ldap && \
48
- docker-php-ext-configure ftp --with-openssl-dir && \
47
+ export OPENSSL_LIBS="-L/usr -lssl -lcrypto -lz" && export OPENSSL_CFLAGS="-I/usr/include" && \
48
+ docker-php-ext-configure ftp --with-openssl-dir=/usr/include/ && \
49
49
docker-php-ext-install bcmath gd intl mbstring pcntl pdo pdo_mysql soap zip ldap ftp && \
50
50
pecl install xdebug-${XDEBUG_VERSION} && \
51
51
pecl install redis-${PHPREDIS_VERSION} && \
You can’t perform that action at this time.
0 commit comments