postgis / docker-postgis

Docker image for PostGIS
https://hub.docker.com/r/postgis/postgis/
MIT License
1.37k stars 462 forks source link

Not installed docker-postgis/12-3.1/alpine llvm11-dev (no such package) #261

Open lemanko opened 2 years ago

lemanko commented 2 years ago

Change llvm11-dev to llvm-dev

ImreSamu commented 2 years ago

Hi @lemanko,

Thanks for posting this issue!

Question: Are you using the --pull options?

my local build ( with --pull is OK ) :

$ git clone https://github.com/postgis/docker-postgis.git
$ cd docker-postgis/
$ cd 12-3.1/alpine
$ docker build --pull -t postgis:12-3.1-alpine  .

Sending build context to Docker daemon  8.704kB
Step 1/8 : FROM postgres:12-alpine
12-alpine: Pulling from library/postgres
a0d0a0d46f8b: Already exists 
5034a66b99e6: Already exists 

....

(53/57) Purging gettext-libs (0.21-r0)
(54/57) Purging libintl (0.21-r0)
(55/57) Purging libunistring (0.9.10-r1)
(56/57) Purging libprotoc (3.15.7-r1)
(57/57) Purging libprotobuf (3.15.7-r1)
Executing busybox-1.33.1-r3.trigger
OK: 220 MiB in 87 packages
Removing intermediate container 8151b31b4d54
 ---> 8c8203fe4ac3
Step 7/8 : COPY ./initdb-postgis.sh /docker-entrypoint-initdb.d/10_postgis.sh
 ---> 8bddc76a37fa
Step 8/8 : COPY ./update-postgis.sh /usr/local/bin
 ---> a43f7aaba1be
Successfully built a43f7aaba1be
Successfully tagged postgis:12-3.1-alpine