File tree Expand file tree Collapse file tree 12 files changed +28
-21
lines changed Expand file tree Collapse file tree 12 files changed +28
-21
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -ex; \
24
24
postgresql-dev \
25
25
; \
26
26
\
27
- docker-php-ext-configure gd --with-png-dir=/usr --with- jpeg-dir=/usr ; \
27
+ docker-php-ext-configure gd --with-jpeg; \
28
28
docker-php-ext-configure ldap; \
29
29
docker-php-ext-install -j "$(nproc)" \
30
30
bz2 \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -ex; \
20
20
libzip-dev \
21
21
; \
22
22
\
23
- docker-php-ext-configure gd --with-png-dir=/usr --with- jpeg-dir=/usr ; \
23
+ docker-php-ext-configure gd --with-jpeg; \
24
24
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)"; \
25
25
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch"; \
26
26
docker-php-ext-install -j "$(nproc)" \
Original file line number Diff line number Diff line change @@ -22,7 +22,7 @@ RUN set -ex; \
22
22
libpq-dev \
23
23
; \
24
24
\
25
- docker-php-ext-configure gd --with-png -dir=/usr --with-jpeg -dir=/usr; \
25
+ docker-php-ext-configure gd --with-jpeg -dir=/usr --with-png -dir=/usr; \
26
26
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" ; \
27
27
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" ; \
28
28
docker-php-ext-install -j "$(nproc)" \
@@ -38,7 +38,7 @@ RUN set -ex; \
38
38
\
39
39
# pecl will claim success even if one install fails, so we need to perform each install separately
40
40
pecl install APCu-5.1.18; \
41
- pecl install memcached-3.1.4 ; \
41
+ pecl install memcached-3.1.5 ; \
42
42
pecl install redis-4.3.0; \
43
43
\
44
44
docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN set -ex; \
23
23
postgresql-dev \
24
24
; \
25
25
\
26
- docker-php-ext-configure gd --with-png -dir=/usr --with-jpeg -dir=/usr; \
26
+ docker-php-ext-configure gd --with-jpeg -dir=/usr --with-png -dir=/usr; \
27
27
docker-php-ext-configure ldap; \
28
28
docker-php-ext-install -j "$(nproc)" \
29
29
bz2 \
@@ -38,7 +38,7 @@ RUN set -ex; \
38
38
\
39
39
# pecl will claim success even if one install fails, so we need to perform each install separately
40
40
pecl install APCu-5.1.18; \
41
- pecl install memcached-3.1.4 ; \
41
+ pecl install memcached-3.1.5 ; \
42
42
pecl install redis-4.3.0; \
43
43
\
44
44
docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN set -ex; \
19
19
libpq-dev \
20
20
; \
21
21
\
22
- docker-php-ext-configure gd --with-png -dir=/usr --with-jpeg -dir=/usr; \
22
+ docker-php-ext-configure gd --with-jpeg -dir=/usr --with-png -dir=/usr; \
23
23
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" ; \
24
24
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" ; \
25
25
docker-php-ext-install -j "$(nproc)" \
@@ -35,7 +35,7 @@ RUN set -ex; \
35
35
\
36
36
# pecl will claim success even if one install fails, so we need to perform each install separately
37
37
pecl install APCu-5.1.18; \
38
- pecl install memcached-3.1.4 ; \
38
+ pecl install memcached-3.1.5 ; \
39
39
pecl install redis-4.3.0; \
40
40
\
41
41
docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN set -ex; \
23
23
libzip-dev \
24
24
; \
25
25
\
26
- docker-php-ext-configure gd --with-png -dir=/usr --with-jpeg -dir=/usr; \
26
+ docker-php-ext-configure gd --with-jpeg -dir=/usr --with-png -dir=/usr; \
27
27
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" ; \
28
28
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" ; \
29
29
docker-php-ext-install -j "$(nproc)" \
@@ -39,7 +39,7 @@ RUN set -ex; \
39
39
\
40
40
# pecl will claim success even if one install fails, so we need to perform each install separately
41
41
pecl install APCu-5.1.18; \
42
- pecl install memcached-3.1.4 ; \
42
+ pecl install memcached-3.1.5 ; \
43
43
pecl install redis-4.3.0; \
44
44
\
45
45
docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -ex; \
24
24
postgresql-dev \
25
25
; \
26
26
\
27
- docker-php-ext-configure gd --with-png -dir=/usr --with-jpeg -dir=/usr; \
27
+ docker-php-ext-configure gd --with-jpeg -dir=/usr --with-png -dir=/usr; \
28
28
docker-php-ext-configure ldap; \
29
29
docker-php-ext-install -j "$(nproc)" \
30
30
bz2 \
@@ -39,7 +39,7 @@ RUN set -ex; \
39
39
\
40
40
# pecl will claim success even if one install fails, so we need to perform each install separately
41
41
pecl install APCu-5.1.18; \
42
- pecl install memcached-3.1.4 ; \
42
+ pecl install memcached-3.1.5 ; \
43
43
pecl install redis-4.3.0; \
44
44
\
45
45
docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ RUN set -ex; \
20
20
libzip-dev \
21
21
; \
22
22
\
23
- docker-php-ext-configure gd --with-png -dir=/usr --with-jpeg -dir=/usr; \
23
+ docker-php-ext-configure gd --with-jpeg -dir=/usr --with-png -dir=/usr; \
24
24
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" ; \
25
25
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" ; \
26
26
docker-php-ext-install -j "$(nproc)" \
@@ -36,7 +36,7 @@ RUN set -ex; \
36
36
\
37
37
# pecl will claim success even if one install fails, so we need to perform each install separately
38
38
pecl install APCu-5.1.18; \
39
- pecl install memcached-3.1.4 ; \
39
+ pecl install memcached-3.1.5 ; \
40
40
pecl install redis-4.3.0; \
41
41
\
42
42
docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -23,7 +23,7 @@ RUN set -ex; \
23
23
libzip-dev \
24
24
; \
25
25
\
26
- docker-php-ext-configure gd --with-png-dir=/usr --with- jpeg-dir=/usr ; \
26
+ docker-php-ext-configure gd --with-jpeg; \
27
27
debMultiarch="$(dpkg-architecture --query DEB_BUILD_MULTIARCH)" ; \
28
28
docker-php-ext-configure ldap --with-libdir="lib/$debMultiarch" ; \
29
29
docker-php-ext-install -j "$(nproc)" \
@@ -39,7 +39,7 @@ RUN set -ex; \
39
39
\
40
40
# pecl will claim success even if one install fails, so we need to perform each install separately
41
41
pecl install APCu-5.1.18; \
42
- pecl install memcached-3.1.4 ; \
42
+ pecl install memcached-3.1.5 ; \
43
43
pecl install redis-4.3.0; \
44
44
\
45
45
docker-php-ext-enable \
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ RUN set -ex; \
24
24
postgresql-dev \
25
25
; \
26
26
\
27
- docker-php-ext-configure gd --with-png-dir=/usr --with- jpeg-dir=/usr ; \
27
+ docker-php-ext-configure gd --with-jpeg; \
28
28
docker-php-ext-configure ldap; \
29
29
docker-php-ext-install -j "$(nproc)" \
30
30
bz2 \
@@ -39,7 +39,7 @@ RUN set -ex; \
39
39
\
40
40
# pecl will claim success even if one install fails, so we need to perform each install separately
41
41
pecl install APCu-5.1.18; \
42
- pecl install memcached-3.1.4 ; \
42
+ pecl install memcached-3.1.5 ; \
43
43
pecl install redis-4.3.0; \
44
44
\
45
45
docker-php-ext-enable \
You can’t perform that action at this time.
0 commit comments