kokoalberti / postgis-baselayers

Web application to download and import popular vector datasets (Natural Earth, GADM, Geonames, etc) into a PostGIS database with the click of a button.
MIT License
43 stars 9 forks source link

docker-compose build fails #23

Open mgrist opened 2 years ago

mgrist commented 2 years ago

After cloning the database and running the docker-compose build command I run into this error.


#0 3.140 Get:1 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu bionic InRelease [20.8 kB]        
#0 3.184 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease                                          
#0 3.298 Get:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease [88.7 kB]                        
#0 3.588 Get:4 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu bionic/main arm64 Packages [15.1 kB]
#0 3.789 Get:5 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease [83.3 kB]
#0 4.020 Get:6 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease [88.7 kB]
#0 4.228 Get:7 http://ports.ubuntu.com/ubuntu-ports bionic-updates/main arm64 Packages [2055 kB]
#0 4.933 Get:8 http://ports.ubuntu.com/ubuntu-ports bionic-security/main arm64 Packages [1675 kB]
#0 5.097 Fetched 4026 kB in 3s (1566 kB/s)
#0 5.097 Reading package lists...
#0 5.981 Hit:1 http://ppa.launchpad.net/ubuntugis/ubuntugis-unstable/ubuntu bionic InRelease
#0 5.982 Hit:2 http://ports.ubuntu.com/ubuntu-ports bionic InRelease
#0 6.095 Hit:3 http://ports.ubuntu.com/ubuntu-ports bionic-updates InRelease
#0 6.227 Hit:4 http://ports.ubuntu.com/ubuntu-ports bionic-backports InRelease
#0 6.359 Hit:5 http://ports.ubuntu.com/ubuntu-ports bionic-security InRelease
#0 6.413 Reading package lists...
#0 6.976 Reading package lists...
#0 7.474 Building dependency tree...
#0 7.559 Reading state information...
#0 7.602 Some packages could not be installed. This may mean that you have
#0 7.602 requested an impossible situation or if you are using the unstable
#0 7.602 distribution that some required packages have not yet been created
#0 7.602 or been moved out of Incoming.
#0 7.602 The following information may help to resolve the situation:
#0 7.602 
#0 7.602 The following packages have unmet dependencies:
#0 7.637  gdal-bin : Depends: gdal-abi-2-2-3
#0 7.637             Depends: libgdal20 (>= 2.2.0) but it is not going to be installed
#0 7.638  python3-gdal : Depends: gdal-abi-2-2-3
#0 7.638                 Depends: libgdal20 (>= 2.2.2) but it is not going to be installed
#0 7.645 E: Unable to correct problems, you have held broken packages.
------
failed to solve: executor failed running [/bin/sh -c add-apt-repository -y ppa:ubuntugis/ubuntugis-unstable &&     apt-get update -y &&     apt-get install -y gdal-bin python3-gdal]: exit code: 100