The depmap Dockerfile is now failing to build. This can be reproduced locally by running docker build -f build/docker/Dockerfile.depmap . from the repo base dir. Nothing has changed in the repository to cause this failure as far as I can tell. This step has been working for 2 weeks and just began to fail.
The error can be seen here and has the following message during the apt-get install step.
1.101 The following packages have unmet dependencies:
1.171 libssl3t64 : Breaks: libssl3 (< 3.1.5-1.1)
1.175 E: Unable to correct problems, you have held broken packages.
The depmap Dockerfile is now failing to build. This can be reproduced locally by running
docker build -f build/docker/Dockerfile.depmap .
from the repo base dir. Nothing has changed in the repository to cause this failure as far as I can tell. This step has been working for 2 weeks and just began to fail.The error can be seen here and has the following message during the apt-get install step.
@sgosline have you seen this before?