aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2019-06-05 19:27:15 +0200
committerGitHub <noreply@github.com>2019-06-05 19:27:15 +0200
commit0383f7829792f896d233acc1676377d2fffc3cdc (patch)
tree9c376908752122f75397e09ec6d5bd096146e659 /Dockerfile
parent92d2cf5a3bbb31f6918c867748005059611485a0 (diff)
parent726910a811d4fe28884f3f9bfa2b2a14fc66931e (diff)
downloadPROJ-0383f7829792f896d233acc1676377d2fffc3cdc.tar.gz
PROJ-0383f7829792f896d233acc1676377d2fffc3cdc.zip
Update GitHub references: proj.4 -> PROJ (#1501)
Update GitHub references: proj.4 -> PROJ
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile6
1 files changed, 3 insertions, 3 deletions
diff --git a/Dockerfile b/Dockerfile
index c3452aa2..8825ce4b 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -1,5 +1,5 @@
##
-# osgeo/proj.4
+# OSGeo/PROJ
FROM ubuntu:18.04 as builder
@@ -15,8 +15,8 @@ RUN apt-get update -y \
git make cmake wget unzip libtool automake \
zlib1g-dev libsqlite3-dev pkg-config sqlite3
-RUN git clone https://github.com/OSGeo/proj.4.git \
- && cd proj.4 \
+RUN git clone https://github.com/OSGeo/PROJ.git \
+ && cd PROJ \
&& ./autogen.sh \
&& ./configure --prefix=/usr \
&& make \