Skip to content

Commit c5bed48

Browse files
committed
Trying to fix pickle install
1 parent 0a63c47 commit c5bed48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

extensions/core/docker-install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@ if [ -n "$PECL_EXTENSION" ]; then
3535
apt-get install -y --no-install-recommends build-essential php-pear php${PHP_VERSION}-dev pkg-config
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
38+
which pickle
39+
pickle -v
3840
fi
3941

4042
pickle install $PECL_EXTENSION

0 commit comments

Comments
 (0)