Skip to content

Commit b757f20

Browse files
committed
Trying to fix pickle install
1 parent c6fe6a6 commit b757f20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extensions/core/docker-install.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ if [ -n "$PECL_EXTENSION" ]; then
3636
curl https://github.com/FriendsOfPHP/pickle/releases/latest/download/pickle.phar -L -o /usr/local/bin/pickle
3737
chmod +x /usr/local/bin/pickle
3838
which pickle
39-
/usr/local/bin/pickle -v
39+
php /usr/local/bin/pickle -v
4040
pickle -v
4141
fi
4242

0 commit comments

Comments
 (0)