Skip to content

Commit 57a5065

Browse files
aptalcathelamer
authored andcommitted
add php modules
1 parent d22297f commit 57a5065

File tree

5 files changed

+14
-0
lines changed

5 files changed

+14
-0
lines changed

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ RUN \
3333
nginx-mod-stream \
3434
nginx-mod-stream-geoip \
3535
nginx-vim \
36+
php7-bcmath \
3637
php7-bz2 \
3738
php7-ctype \
3839
php7-curl \
3940
php7-dom \
4041
php7-exif \
42+
php7-ftp \
4143
php7-gd \
4244
php7-iconv \
4345
php7-intl \
@@ -50,6 +52,7 @@ RUN \
5052
php7-pdo_mysql \
5153
php7-pdo_pgsql \
5254
php7-pdo_sqlite \
55+
php7-pear \
5356
php7-pecl-redis \
5457
php7-pgsql \
5558
php7-phar \
@@ -60,6 +63,7 @@ RUN \
6063
php7-tokenizer \
6164
php7-xml \
6265
php7-xmlreader \
66+
php7-xmlrpc \
6367
php7-zip && \
6468
echo "**** configure nginx ****" && \
6569
rm -f /etc/nginx/conf.d/default.conf

Dockerfile.aarch64

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ RUN \
3333
nginx-mod-stream \
3434
nginx-mod-stream-geoip \
3535
nginx-vim \
36+
php7-bcmath \
3637
php7-bz2 \
3738
php7-ctype \
3839
php7-curl \
3940
php7-dom \
4041
php7-exif \
42+
php7-ftp \
4143
php7-gd \
4244
php7-iconv \
4345
php7-intl \
@@ -50,6 +52,7 @@ RUN \
5052
php7-pdo_mysql \
5153
php7-pdo_pgsql \
5254
php7-pdo_sqlite \
55+
php7-pear \
5356
php7-pecl-redis \
5457
php7-pgsql \
5558
php7-phar \
@@ -60,6 +63,7 @@ RUN \
6063
php7-tokenizer \
6164
php7-xml \
6265
php7-xmlreader \
66+
php7-xmlrpc \
6367
php7-zip && \
6468
echo "**** configure nginx ****" && \
6569
rm -f /etc/nginx/conf.d/default.conf

Dockerfile.armhf

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,11 +33,13 @@ RUN \
3333
nginx-mod-stream \
3434
nginx-mod-stream-geoip \
3535
nginx-vim \
36+
php7-bcmath \
3637
php7-bz2 \
3738
php7-ctype \
3839
php7-curl \
3940
php7-dom \
4041
php7-exif \
42+
php7-ftp \
4143
php7-gd \
4244
php7-iconv \
4345
php7-intl \
@@ -50,6 +52,7 @@ RUN \
5052
php7-pdo_mysql \
5153
php7-pdo_pgsql \
5254
php7-pdo_sqlite \
55+
php7-pear \
5356
php7-pecl-redis \
5457
php7-pgsql \
5558
php7-phar \
@@ -60,6 +63,7 @@ RUN \
6063
php7-tokenizer \
6164
php7-xml \
6265
php7-xmlreader \
66+
php7-xmlrpc \
6367
php7-zip && \
6468
echo "**** configure nginx ****" && \
6569
rm -f /etc/nginx/conf.d/default.conf

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -184,6 +184,7 @@ Once registered you can define the dockerfile to use with `-f Dockerfile.aarch64
184184

185185
## Versions
186186

187+
* **06.08.19:** - Add php7-bcmath, ph7-pear, php7-xmlrpc and php7-ftp.
187188
* **02.08.19:** - Add php7-ldap.
188189
* **28.06.19:** - Rebasing to alpine 3.10.
189190
* **08.05.19:** - Remove default.conf when nginx is upgraded in downstream image.

readme-vars.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ app_setup_block: |
4040
4141
# changelog
4242
changelogs:
43+
- { date: "06.08.19:", desc: "Add php7-bcmath, ph7-pear, php7-xmlrpc and php7-ftp." }
4344
- { date: "02.08.19:", desc: "Add php7-ldap." }
4445
- { date: "28.06.19:", desc: "Rebasing to alpine 3.10." }
4546
- { date: "08.05.19:", desc: "Remove default.conf when nginx is upgraded in downstream image." }

0 commit comments

Comments
 (0)