mirror of
https://github.com/chialab/docker-php.git
synced 2026-08-24 02:24:16 -05:00
Merge pull request #101 from chialab/feat/install-libevent
Install `event` PHP extension
This commit is contained in:
@@ -18,6 +18,7 @@ RUN DEBIAN_FRONTEND=noninteractive apt-get update -q \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
event \
|
||||
exif \
|
||||
gd \
|
||||
gettext \
|
||||
|
||||
@@ -13,6 +13,7 @@ EXTENSIONS := \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
event \
|
||||
exif \
|
||||
gd \
|
||||
gettext \
|
||||
|
||||
@@ -61,6 +61,7 @@ in addition to those you can already find in the [official PHP image](https://hu
|
||||
- `bcmath`
|
||||
- `bz2`
|
||||
- `calendar`
|
||||
- `event`
|
||||
- `exif`
|
||||
- `gd`
|
||||
- `gettext`
|
||||
|
||||
@@ -13,6 +13,7 @@ EXTENSIONS := \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
event \
|
||||
exif \
|
||||
gd \
|
||||
gettext \
|
||||
|
||||
@@ -61,6 +61,7 @@ in addition to those you can already find in the [official PHP image](https://hu
|
||||
- `bcmath`
|
||||
- `bz2`
|
||||
- `calendar`
|
||||
- `event`
|
||||
- `exif`
|
||||
- `gd`
|
||||
- `gettext`
|
||||
|
||||
@@ -13,6 +13,7 @@ EXTENSIONS := \
|
||||
bcmath \
|
||||
bz2 \
|
||||
calendar \
|
||||
event \
|
||||
exif \
|
||||
gd \
|
||||
gettext \
|
||||
|
||||
@@ -61,6 +61,7 @@ in addition to those you can already find in the [official PHP image](https://hu
|
||||
- `bcmath`
|
||||
- `bz2`
|
||||
- `calendar`
|
||||
- `event`
|
||||
- `exif`
|
||||
- `gd`
|
||||
- `gettext`
|
||||
|
||||
Reference in New Issue
Block a user