diff options
| author | Mike Taves <mwtoews@gmail.com> | 2019-06-04 21:29:04 +0000 |
|---|---|---|
| committer | Mike Taves <mwtoews@gmail.com> | 2019-06-04 21:29:04 +0000 |
| commit | bb477269900a809c9fd3727b82552d471d69e796 (patch) | |
| tree | b95235d5fa439bdb65ba677d367db6ab8aca180f /Dockerfile | |
| parent | e16b5585d59f1e153d67f04c8199a2468b89563f (diff) | |
| download | PROJ-bb477269900a809c9fd3727b82552d471d69e796.tar.gz PROJ-bb477269900a809c9fd3727b82552d471d69e796.zip | |
Update GitHub references: proj.4 -> PROJ
Diffstat (limited to 'Dockerfile')
| -rw-r--r-- | Dockerfile | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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 \ |
