Skip to content

Commit 57b499d

Browse files
committed
fix: Update php 7.0
1 parent 0472f63 commit 57b499d

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

Dockerfiles/mods/Dockerfile-7.0

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ RUN set -eux \
414414
# Installation: Generic
415415
# Type: PECL extension
416416
# Default: Pecl command
417-
&& pecl install oauth \
417+
#&& pecl install oauth-2.0.9 \
418+
&& pecl install http://pecl.php.net/get/oauth-2.0.9.tgz \
418419
# Enabling
419420
&& docker-php-ext-enable oauth \
420421
&& true

Dockerfiles/mods/Dockerfile-7.0.buster

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -413,7 +413,8 @@ RUN set -eux \
413413
# Installation: Generic
414414
# Type: PECL extension
415415
# Default: Pecl command
416-
&& pecl install oauth \
416+
#&& pecl install oauth-2.0.9 \
417+
&& pecl install http://pecl.php.net/get/oauth-2.0.9.tgz \
417418
# Enabling
418419
&& docker-php-ext-enable oauth \
419420
&& true

0 commit comments

Comments
 (0)