We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0472f63 commit 57b499dCopy full SHA for 57b499d
Dockerfiles/mods/Dockerfile-7.0
@@ -414,7 +414,8 @@ RUN set -eux \
414
# Installation: Generic
415
# Type: PECL extension
416
# Default: Pecl command
417
- && pecl install oauth \
+ #&& pecl install oauth-2.0.9 \
418
+ && pecl install http://pecl.php.net/get/oauth-2.0.9.tgz \
419
# Enabling
420
&& docker-php-ext-enable oauth \
421
&& true
Dockerfiles/mods/Dockerfile-7.0.buster
@@ -413,7 +413,8 @@ RUN set -eux \
413
0 commit comments