We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Change llvm11-dev to llvm-dev
The text was updated successfully, but these errors were encountered:
Hi @lemanko,
Thanks for posting this issue!
llvm11-dev
docker build --pull -t postgis/postgis:12-3.1-alpine 12-3.1/alpine
Question: Are you using the --pull options?
--pull
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
Sorry, something went wrong.
No branches or pull requests
Change llvm11-dev to llvm-dev
The text was updated successfully, but these errors were encountered: