treasure-data / digdag

Workload Automation System
https://www.digdag.io/
Apache License 2.0
1.3k stars 221 forks source link

docker build environment fails to build #1739

Closed ehaupt closed 2 years ago

ehaupt commented 2 years ago

The docker build environment currently fails to build:

https://github.com/treasure-data/digdag/blob/8b21fdcb6e103104848b3f067ea03afc82c4a03e/docker/bootstrap/dependencies.sh#L23

This currently fails with:

#7 77.02 + apt-get -y install postgresql-11 postgresql-client-11
#7 77.07 Reading package lists...
#7 78.37 Building dependency tree...
#7 78.61 Reading state information...
#7 78.71 Some packages could not be installed. This may mean that you have
#7 78.71 requested an impossible situation or if you are using the unstable
#7 78.71 distribution that some required packages have not yet been created
#7 78.71 or been moved out of Incoming.
#7 78.71 The following information may help to resolve the situation:
#7 78.71
#7 78.71 The following packages have unmet dependencies:
#7 78.84  postgresql-11 : Depends: libicu60 (>= 60.1-1~) but it is not installable
#7 78.84                  Recommends: sysstat but it is not going to be installed
#7 78.91 E: Unable to correct problems, you have held broken packages.