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 79f660c commit 0a63c47Copy full SHA for 0a63c47
extensions/core/docker-install.sh
@@ -33,7 +33,7 @@ if [ -n "$PECL_EXTENSION" ]; then
33
which pickle
34
else
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 -o /usr/local/bin/pickle
+ 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
fi
39
0 commit comments