Hi,
While pulling the dependency using apt in a docker build using debian bullseye, I am getting this:
Step 17/18 : RUN apt update && apt install -y libcouchbase3 libcouchbase-dev libcouchbase3-tools libcouchbase-dbg libcouchbase3-libev libcouchbase3-libevent
---> Running in 71b2e7f1762c
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Get:1 https://proxyserver.com/debian-proxy bullseye InRelease [116 kB]
Get:2 https://proxyserver.com/debian-security-proxy bullseye-security InRelease [48.4 kB]
Get:3 https://proxyserver.com/debian-proxy bullseye-updates InRelease [44.1 kB]
Get:4 https://proxyserver.com/couchbase-yum-proxy/clients/c/repos/deb/debian11 bullseye InRelease [2445 B]
Fetched 211 kB in 3s (60.6 kB/s)
Reading package lists...
Building dependency tree...
Reading state information...
4 packages can be upgraded. Run 'apt list --upgradable' to see them.
WARNING: apt does not have a stable CLI interface. Use with caution in scripts.
Reading package lists...
Building dependency tree...
Reading state information...
E: Unable to locate package libcouchbase3
E: Unable to locate package libcouchbase-dev
E: Unable to locate package libcouchbase3-tools
E: Unable to locate package libcouchbase-dbg
E: Unable to locate package libcouchbase3-libev
E: Unable to locate package libcouchbase3-libevent
The command '/bin/sh -c apt update && apt install -y libcouchbase3 libcouchbase-dev libcouchbase3-tools libcouchbase-dbg libcouchbase3-libev libcouchbase3-libevent' returned a non-zero code: 100