mirror of
https://github.com/mlocati/docker-php-extension-installer
synced 2025-05-10 00:52:45 +00:00
[Alpine] Update libgearman from v1.1.19.1 to v1.1.20 (#661)
This commit is contained in:
parent
ef69c94206
commit
f43000a9fe
2 changed files with 2 additions and 4 deletions
|
@ -6,7 +6,5 @@ set -o nounset
|
|||
|
||||
if grep -q 'VERSION="8 (jessie)"' /etc/os-release; then
|
||||
echo 'Fix Debian Jessie keyring'
|
||||
curl -o /tmp/debian-archive-keyring.deb -sSLf http://ftp.debian.org/debian/pool/main/d/debian-archive-keyring/debian-archive-keyring_2019.1+deb10u1_all.deb
|
||||
dpkg -i /tmp/debian-archive-keyring.deb
|
||||
rm -rf /tmp/debian-archive-keyring.deb
|
||||
echo 'APT::Get::AllowUnauthenticated "true";' >/etc/apt/apt.conf.d/99-install-php-extensions
|
||||
fi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue