Skip to content

Commit e6c9067

Browse files
author
Hans Höchtl
committed
task: add gmp
1 parent a719760 commit e6c9067

File tree

16 files changed

+48
-0
lines changed

16 files changed

+48
-0
lines changed

docker/php-official/5.6/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN set -x \
127127
libvips-dev \
128128
librabbitmq-dev \
129129
libmagick++-dev \
130+
libgmp-dev \
130131
# Install guetzli
131132
&& wget https://github.com/google/guetzli/archive/master.zip \
132133
&& unzip master.zip \
@@ -146,6 +147,7 @@ RUN set -x \
146147
bz2 \
147148
calendar \
148149
exif \
150+
gmp \
149151
intl \
150152
gettext \
151153
ldap \
@@ -200,6 +202,7 @@ RUN set -x \
200202
libvips-dev \
201203
librabbitmq-dev \
202204
libmagick++-dev \
205+
libgmp-dev \
203206
&& rm -f /usr/local/etc/php-fpm.d/zz-docker.conf \
204207
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer2 \
205208
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer1 --1 \

docker/php-official/7.0/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN set -x \
127127
libvips-dev \
128128
librabbitmq-dev \
129129
libmagick++-dev \
130+
libgmp-dev \
130131
# Install guetzli
131132
&& wget https://github.com/google/guetzli/archive/master.zip \
132133
&& unzip master.zip \
@@ -146,6 +147,7 @@ RUN set -x \
146147
bz2 \
147148
calendar \
148149
exif \
150+
gmp \
149151
intl \
150152
gettext \
151153
ldap \
@@ -205,6 +207,7 @@ RUN set -x \
205207
libvips-dev \
206208
librabbitmq-dev \
207209
libmagick++-dev \
210+
libgmp-dev \
208211
&& rm -f /usr/local/etc/php-fpm.d/zz-docker.conf \
209212
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer2 \
210213
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer1 --1 \

docker/php-official/7.1-alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ RUN set -x \
113113
pcre-dev \
114114
gettext-dev \
115115
freetype-dev \
116+
gmp-dev \
116117
libjpeg-turbo-dev \
117118
libpng-dev \
118119
vips-dev \
@@ -152,6 +153,7 @@ RUN set -x \
152153
bz2 \
153154
calendar \
154155
exif \
156+
gmp \
155157
intl \
156158
gettext \
157159
ldap \
@@ -203,6 +205,7 @@ RUN set -x \
203205
pcre-dev \
204206
gettext-dev \
205207
freetype-dev \
208+
gmp-dev \
206209
libjpeg-turbo-dev \
207210
libpng-dev \
208211
vips-dev \

docker/php-official/7.1/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN set -x \
127127
libvips-dev \
128128
librabbitmq-dev \
129129
libmagick++-dev \
130+
libgmp-dev \
130131
# Install guetzli
131132
&& wget https://github.com/google/guetzli/archive/master.zip \
132133
&& unzip master.zip \
@@ -146,6 +147,7 @@ RUN set -x \
146147
bz2 \
147148
calendar \
148149
exif \
150+
gmp \
149151
intl \
150152
gettext \
151153
ldap \
@@ -205,6 +207,7 @@ RUN set -x \
205207
libvips-dev \
206208
librabbitmq-dev \
207209
libmagick++-dev \
210+
libgmp-dev \
208211
&& rm -f /usr/local/etc/php-fpm.d/zz-docker.conf \
209212
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer2 \
210213
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer1 --1 \

docker/php-official/7.2-alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ RUN set -x \
113113
pcre-dev \
114114
gettext-dev \
115115
freetype-dev \
116+
gmp-dev \
116117
libjpeg-turbo-dev \
117118
libpng-dev \
118119
vips-dev \
@@ -152,6 +153,7 @@ RUN set -x \
152153
bz2 \
153154
calendar \
154155
exif \
156+
gmp \
155157
intl \
156158
gettext \
157159
ldap \
@@ -207,6 +209,7 @@ RUN set -x \
207209
pcre-dev \
208210
gettext-dev \
209211
freetype-dev \
212+
gmp-dev \
210213
libjpeg-turbo-dev \
211214
libpng-dev \
212215
vips-dev \

docker/php-official/7.2/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN set -x \
127127
libvips-dev \
128128
librabbitmq-dev \
129129
libmagick++-dev \
130+
libgmp-dev \
130131
# Install guetzli
131132
&& wget https://github.com/google/guetzli/archive/master.zip \
132133
&& unzip master.zip \
@@ -146,6 +147,7 @@ RUN set -x \
146147
bz2 \
147148
calendar \
148149
exif \
150+
gmp \
149151
intl \
150152
gettext \
151153
ldap \
@@ -204,6 +206,7 @@ RUN set -x \
204206
libvips-dev \
205207
librabbitmq-dev \
206208
libmagick++-dev \
209+
libgmp-dev \
207210
&& rm -f /usr/local/etc/php-fpm.d/zz-docker.conf \
208211
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer2 \
209212
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer1 --1 \

docker/php-official/7.3-alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ RUN set -x \
113113
pcre-dev \
114114
gettext-dev \
115115
freetype-dev \
116+
gmp-dev \
116117
libjpeg-turbo-dev \
117118
libpng-dev \
118119
vips-dev \
@@ -152,6 +153,7 @@ RUN set -x \
152153
bz2 \
153154
calendar \
154155
exif \
156+
gmp \
155157
intl \
156158
gettext \
157159
ldap \
@@ -207,6 +209,7 @@ RUN set -x \
207209
pcre-dev \
208210
gettext-dev \
209211
freetype-dev \
212+
gmp-dev \
210213
libjpeg-turbo-dev \
211214
libpng-dev \
212215
vips-dev \

docker/php-official/7.3/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN set -x \
127127
libvips-dev \
128128
librabbitmq-dev \
129129
libmagick++-dev \
130+
libgmp-dev \
130131
# Install guetzli
131132
&& wget https://github.com/google/guetzli/archive/master.zip \
132133
&& unzip master.zip \
@@ -146,6 +147,7 @@ RUN set -x \
146147
bz2 \
147148
calendar \
148149
exif \
150+
gmp \
149151
intl \
150152
gettext \
151153
ldap \
@@ -204,6 +206,7 @@ RUN set -x \
204206
libvips-dev \
205207
librabbitmq-dev \
206208
libmagick++-dev \
209+
libgmp-dev \
207210
&& rm -f /usr/local/etc/php-fpm.d/zz-docker.conf \
208211
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer2 \
209212
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer1 --1 \

docker/php-official/7.4-alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ RUN set -x \
113113
pcre-dev \
114114
gettext-dev \
115115
freetype-dev \
116+
gmp-dev \
116117
libjpeg-turbo-dev \
117118
libpng-dev \
118119
vips-dev \
@@ -155,6 +156,7 @@ RUN set -x \
155156
bz2 \
156157
calendar \
157158
exif \
159+
gmp \
158160
ffi \
159161
imagick \
160162
amqp \
@@ -210,6 +212,7 @@ RUN set -x \
210212
pcre-dev \
211213
gettext-dev \
212214
freetype-dev \
215+
gmp-dev \
213216
libjpeg-turbo-dev \
214217
libpng-dev \
215218
vips-dev \

docker/php-official/7.4/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -127,6 +127,7 @@ RUN set -x \
127127
libvips-dev \
128128
librabbitmq-dev \
129129
libmagick++-dev \
130+
libgmp-dev \
130131
# Install guetzli
131132
&& wget https://github.com/google/guetzli/archive/master.zip \
132133
&& unzip master.zip \
@@ -146,6 +147,7 @@ RUN set -x \
146147
bz2 \
147148
calendar \
148149
exif \
150+
gmp \
149151
intl \
150152
gettext \
151153
ldap \
@@ -203,6 +205,7 @@ RUN set -x \
203205
libvips-dev \
204206
librabbitmq-dev \
205207
libmagick++-dev \
208+
libgmp-dev \
206209
&& rm -f /usr/local/etc/php-fpm.d/zz-docker.conf \
207210
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer2 \
208211
&& curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin/ --filename=composer1 --1 \

0 commit comments

Comments
 (0)