Skip to content
This repository was archived by the owner on Jan 6, 2021. It is now read-only.

Commit 27a4aa4

Browse files
aptalcathelamer
authored andcommitted
add php intl and posix modules
1 parent a2a3fb2 commit 27a4aa4

File tree

5 files changed

+8
-0
lines changed

5 files changed

+8
-0
lines changed

Dockerfile

+2
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ RUN \
4444
php7-exif \
4545
php7-gd \
4646
php7-iconv \
47+
php7-intl \
4748
php7-mcrypt \
4849
php7-memcached \
4950
php7-mysqli \
@@ -54,6 +55,7 @@ RUN \
5455
php7-pdo_sqlite \
5556
php7-pgsql \
5657
php7-phar \
58+
php7-posix \
5759
php7-soap \
5860
php7-sockets \
5961
php7-sqlite3 \

Dockerfile.aarch64

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN \
4747
php7-exif \
4848
php7-gd \
4949
php7-iconv \
50+
php7-intl \
5051
php7-mcrypt \
5152
php7-memcached \
5253
php7-mysqli \
@@ -57,6 +58,7 @@ RUN \
5758
php7-pdo_sqlite \
5859
php7-pgsql \
5960
php7-phar \
61+
php7-posix \
6062
php7-soap \
6163
php7-sockets \
6264
php7-sqlite3 \

Dockerfile.armhf

+2
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ RUN \
4747
php7-exif \
4848
php7-gd \
4949
php7-iconv \
50+
php7-intl \
5051
php7-mcrypt \
5152
php7-memcached \
5253
php7-mysqli \
@@ -57,6 +58,7 @@ RUN \
5758
php7-pdo_sqlite \
5859
php7-pgsql \
5960
php7-phar \
61+
php7-posix \
6062
php7-soap \
6163
php7-sockets \
6264
php7-sqlite3 \

README.md

+1
Original file line numberDiff line numberDiff line change
@@ -235,6 +235,7 @@ Below are the instructions for updating containers:
235235

236236
## Versions
237237

238+
* **02.03.19:** - Add php intl and posix modules.
238239
* **27.02.19:** - Add gnupg package.
239240
* **22.02.19:** - Rebase to alpine 3.9.
240241
* **03.02.19:** - Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached.

readme-vars.yml

+1
Original file line numberDiff line numberDiff line change
@@ -126,6 +126,7 @@ app_setup_nginx_reverse_proxy_block: ""
126126

127127
# changelog
128128
changelogs:
129+
- { date: "02.03.19:", desc: "Add php intl and posix modules." }
129130
- { date: "27.02.19:", desc: "Add gnupg package." }
130131
- { date: "22.02.19:", desc: "Rebase to alpine 3.9." }
131132
- { date: "03.02.19:", desc: "Removed memcached due to seccomp errors. Let us know if you need to re-enable memcached." }

0 commit comments

Comments
 (0)