Skip to content

Commit f8db430

Browse files
committed
Upgrade pecl extensions and add missing libzip-dev
1 parent d2c9b41 commit f8db430

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

Dockerfile

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ RUN apt-get update && apt-get install -y \
1111
libpng-dev \
1212
libmemcached-dev \
1313
libpq-dev \
14+
libzip-dev \
1415
rsync \
1516
bzip2 \
1617
busybox-static \
@@ -35,10 +36,10 @@ RUN docker-php-ext-install \
3536
pdo_pgsql \
3637
pgsql \
3738
gettext
38-
RUN pecl install APCu-5.1.12
39-
RUN pecl install memcached-3.0.4
40-
RUN pecl install redis-4.1.1
41-
RUN pecl install mcrypt-1.0.1
39+
RUN pecl install APCu-5.1.17
40+
RUN pecl install memcached-3.1.3
41+
RUN pecl install redis-5.0.2
42+
RUN pecl install mcrypt-1.0.3
4243
RUN docker-php-ext-enable \
4344
apcu \
4445
memcached \

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@
186186
same "printed page" as the copyright notice for easier
187187
identification within third-party archives.
188188

189-
Copyright [yyyy] [name of copyright owner]
189+
Copyright 2018-2019 Wave Software
190190

191191
Licensed under the Apache License, Version 2.0 (the "License");
192192
you may not use this file except in compliance with the License.

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
WaveSoftware PHP7
22
=================
33

4-
A PHP7 fpm distibution used by WaveSoftware PHP hosts to serve various websites like:
4+
[![Docker Repository on Quay](https://quay.io/repository/wavesoftware/php7/status "Docker Repository on Quay")](https://quay.io/repository/wavesoftware/php7)
5+
6+
A PHP7 fpm distribution use by WaveSoftware PHP host to serve various websites like:
57

68
* Wordpress,
79
* NextCloud,

0 commit comments

Comments
 (0)