File tree Expand file tree Collapse file tree 16 files changed +22
-75
lines changed
Expand file tree Collapse file tree 16 files changed +22
-75
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,7 @@ RUN set -ex; \
2121 libzip-dev \
2222 ; \
2323 \
24- docker-php-ext-configure gd \
25- --with-freetype-dir=/usr \
26- --with-jpeg-dir=/usr \
27- --with-png-dir=/usr \
28- ; \
24+ docker-php-ext-configure gd --with-freetype --with-jpeg; \
2925 docker-php-ext-install -j "$(nproc)" \
3026 bcmath \
3127 exif \
Original file line number Diff line number Diff line change @@ -12,11 +12,7 @@ RUN set -ex; \
1212 libzip-dev \
1313 ; \
1414 \
15- docker-php-ext-configure gd \
16- --with-freetype-dir=/usr \
17- --with-jpeg-dir=/usr \
18- --with-png-dir=/usr \
19- ; \
15+ docker-php-ext-configure gd --with-freetype --with-jpeg; \
2016 docker-php-ext-install -j "$(nproc)" \
2117 bcmath \
2218 exif \
Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ RUN set -ex; \
2323 libzip-dev \
2424 ; \
2525 \
26- docker-php-ext-configure gd \
27- --with-freetype-dir=/usr \
28- --with-jpeg-dir=/usr \
29- --with-png-dir=/usr \
30- ; \
26+ docker-php-ext-configure gd --with-freetype --with-jpeg; \
3127 docker-php-ext-install -j "$(nproc)" \
3228 bcmath \
3329 exif \
Original file line number Diff line number Diff line change @@ -22,11 +22,7 @@ RUN set -ex; \
2222 libpng-dev \
2323 ; \
2424 \
25- docker-php-ext-configure gd \
26- --with-freetype-dir=/usr \
27- --with-jpeg-dir=/usr \
28- --with-png-dir=/usr \
29- ; \
25+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr; \
3026 docker-php-ext-install -j "$(nproc)" \
3127 bcmath \
3228 exif \
Original file line number Diff line number Diff line change @@ -11,11 +11,7 @@ RUN set -ex; \
1111 libpng-dev \
1212 ; \
1313 \
14- docker-php-ext-configure gd \
15- --with-freetype-dir=/usr \
16- --with-jpeg-dir=/usr \
17- --with-png-dir=/usr \
18- ; \
14+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr; \
1915 docker-php-ext-install -j "$(nproc)" \
2016 bcmath \
2117 exif \
Original file line number Diff line number Diff line change @@ -20,11 +20,7 @@ RUN set -ex; \
2020 libpng-dev \
2121 ; \
2222 \
23- docker-php-ext-configure gd \
24- --with-freetype-dir=/usr \
25- --with-jpeg-dir=/usr \
26- --with-png-dir=/usr \
27- ; \
23+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr; \
2824 docker-php-ext-install -j "$(nproc)" \
2925 bcmath \
3026 exif \
Original file line number Diff line number Diff line change @@ -22,11 +22,7 @@ RUN set -ex; \
2222 libpng-dev \
2323 ; \
2424 \
25- docker-php-ext-configure gd \
26- --with-freetype-dir=/usr \
27- --with-jpeg-dir=/usr \
28- --with-png-dir=/usr \
29- ; \
25+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr; \
3026 docker-php-ext-install -j "$(nproc)" \
3127 bcmath \
3228 exif \
Original file line number Diff line number Diff line change @@ -23,11 +23,7 @@ RUN set -ex; \
2323 libzip-dev \
2424 ; \
2525 \
26- docker-php-ext-configure gd \
27- --with-freetype-dir=/usr \
28- --with-jpeg-dir=/usr \
29- --with-png-dir=/usr \
30- ; \
26+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr; \
3127 docker-php-ext-install -j "$(nproc)" \
3228 bcmath \
3329 exif \
Original file line number Diff line number Diff line change @@ -12,11 +12,7 @@ RUN set -ex; \
1212 libzip-dev \
1313 ; \
1414 \
15- docker-php-ext-configure gd \
16- --with-freetype-dir=/usr \
17- --with-jpeg-dir=/usr \
18- --with-png-dir=/usr \
19- ; \
15+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr; \
2016 docker-php-ext-install -j "$(nproc)" \
2117 bcmath \
2218 exif \
Original file line number Diff line number Diff line change @@ -21,11 +21,7 @@ RUN set -ex; \
2121 libzip-dev \
2222 ; \
2323 \
24- docker-php-ext-configure gd \
25- --with-freetype-dir=/usr \
26- --with-jpeg-dir=/usr \
27- --with-png-dir=/usr \
28- ; \
24+ docker-php-ext-configure gd --with-freetype-dir=/usr --with-jpeg-dir=/usr --with-png-dir=/usr; \
2925 docker-php-ext-install -j "$(nproc)" \
3026 bcmath \
3127 exif \
You can’t perform that action at this time.
0 commit comments