Skip to content
This repository was archived by the owner on Oct 31, 2023. It is now read-only.

Commit 96cd909

Browse files
committed
Update to PHP 7.2 FPM.
1 parent 855ec2a commit 96cd909

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Dockerfile

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM wordpress:php7.1-fpm
1+
FROM wordpress:php7.2-fpm
22

33
RUN apt-get update && apt-get install -y \
44
libicu-dev \
@@ -7,6 +7,6 @@ RUN apt-get update && apt-get install -y \
77
libsodium-dev \
88
--no-install-recommends && rm -r /var/lib/apt/lists/* \
99

10-
&& pecl install redis-3.1.4 imagick-3.4.3 libsodium-1.0.6 \
11-
&& docker-php-ext-enable redis imagick libsodium \
12-
&& docker-php-ext-install -j$(nproc) exif gettext intl mcrypt sockets zip
10+
&& pecl install redis-3.1.4 imagick-3.4.3 libsodium-2.0.10 \
11+
&& docker-php-ext-enable redis imagick sodium \
12+
&& docker-php-ext-install -j$(nproc) exif gettext intl sockets zip

0 commit comments

Comments
 (0)