Debian Buster не может найти пакет

Debian Buster не может найти пакет

Я использую образ docker на основе Debian Buster. Я хочу установить этот пакет:

https://packages.debian.org/buster/php-memcache

Но когда я пытаюсь, он говорит, что пакет не найден:

# apt install php-memcache
Reading package lists... Done
Building dependency tree       
Reading state information... Done
Package php-memcache is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source

E: Package 'php-memcache' has no installation candidate

Кажется, у меня есть нужный репозиторий:

#grep ^[^#] /etc/apt/sources.list /etc/apt/sources.list.d/*
/etc/apt/sources.list:deb http://deb.debian.org/debian buster main
/etc/apt/sources.list:deb http://security.debian.org/debian-security buster/updates main
/etc/apt/sources.list:deb http://deb.debian.org/debian buster-updates main

Почему этот пакет недоступен?

Связанный контент