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 0a63c47 commit c5bed48Copy full SHA for c5bed48
extensions/core/docker-install.sh
@@ -35,6 +35,8 @@ if [ -n "$PECL_EXTENSION" ]; then
35
apt-get install -y --no-install-recommends build-essential php-pear php${PHP_VERSION}-dev pkg-config
36
curl https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar -L -o /usr/local/bin/pickle
37
chmod +x /usr/local/bin/pickle
38
+ which pickle
39
+ pickle -v
40
fi
41
42
pickle install $PECL_EXTENSION
0 commit comments