Skip to content

Commit cca1b69

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

extensions/core/docker-install.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +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+
cat /usr/local/bin/pickle
3940
php /usr/local/bin/pickle -v
4041
pickle -v
4142
fi

0 commit comments

Comments
 (0)