mirror of
https://github.com/devilbox/docker-php-fpm.git
synced 2025-12-11 11:31:16 +00:00
Fix uuid module version
This commit is contained in:
@@ -603,7 +603,7 @@ RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: PECL extension
|
||||
# Default: Pecl command
|
||||
&& pecl install uuid-1.1.5 \
|
||||
&& pecl install uuid-1.0.5 \
|
||||
# Enabling
|
||||
&& docker-php-ext-enable uuid \
|
||||
&& true
|
||||
|
||||
@@ -620,7 +620,7 @@ RUN set -eux \
|
||||
# Installation: Version specific
|
||||
# Type: PECL extension
|
||||
# Default: Pecl command
|
||||
&& pecl install uuid-1.1.5 \
|
||||
&& pecl install uuid-1.0.5 \
|
||||
# Enabling
|
||||
&& docker-php-ext-enable uuid \
|
||||
&& true
|
||||
|
||||
@@ -1142,10 +1142,10 @@ extensions_available:
|
||||
version: 1.0.5
|
||||
5.5:
|
||||
type: pecl
|
||||
version: 1.1.5
|
||||
version: 1.0.5
|
||||
5.6:
|
||||
type: pecl
|
||||
version: 1.1.5
|
||||
version: 1.0.5
|
||||
all:
|
||||
type: pecl
|
||||
run_dep: [uuid]
|
||||
|
||||
Reference in New Issue
Block a user