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 c6fe6a6 commit b757f20Copy full SHA for b757f20
extensions/core/docker-install.sh
@@ -36,7 +36,7 @@ if [ -n "$PECL_EXTENSION" ]; then
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
- /usr/local/bin/pickle -v
+ php /usr/local/bin/pickle -v
40
pickle -v
41
fi
42
0 commit comments