Debian Buster가 패키지를 찾을 수 없습니다

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

이 패키지를 사용할 수 없는 이유는 무엇입니까?

관련 정보