When trying to build the docker image from latest (i.e., with the updated repositories), we end up with unresolved dependencies:
0.539 Get:1 http://archive.debian.org/debian buster InRelease [122 kB]
0.648 Get:2 http://archive.debian.org/debian-security buster/updates InRelease [34.8 kB]
0.703 Get:3 http://archive.debian.org/debian buster-updates InRelease [56.6 kB]
0.805 Get:4 http://archive.debian.org/debian buster/main amd64 Packages [7909 kB]
5.161 Get:5 http://archive.debian.org/debian-security buster/updates/main amd64 Packages [610 kB]
5.535 Get:6 http://archive.debian.org/debian buster-updates/main amd64 Packages [8788 B]
5.925 Fetched 8741 kB in 5s (1599 kB/s)
5.925 Reading package lists...
6.412 Reading package lists...
6.859 Building dependency tree...
6.958 Reading state information...
7.010 E: Unable to locate package dpkg-dev
7.010 E: Unable to locate package gcc
7.010 E: Unable to locate package libbz2-dev
7.010 E: Unable to locate package libc6-dev
7.010 E: Unable to locate package libffi-dev
7.010 E: Unable to locate package libjpeg62-turbo-dev
7.010 E: Unable to locate package libopenjp2-7-dev
7.010 E: Unable to locate package libpcre3-dev
7.010 E: Unable to locate package libssl-dev
7.010 E: Unable to locate package libtiff5-dev
7.010 E: Unable to locate package libxml2-dev
7.010 E: Unable to locate package libxslt1-dev
7.010 E: Unable to locate package wget
7.010 E: Unable to locate package zlib1g-dev
7.010 E: Unable to locate package libsasl2-dev
7.010 E: Unable to locate package libldap2-dev
7.010 E: Unable to locate package libssl-dev
Any ideas?
When trying to build the docker image from latest (i.e., with the updated repositories), we end up with unresolved dependencies:
Any ideas?