Skip to content

Commit

Permalink
Per #23, remove geos --enable-php configuration option that is not ac…
Browse files Browse the repository at this point in the history
…tually supported.
  • Loading branch information
JohnHalleyGotway committed Jul 3, 2024
1 parent fcf5cb5 commit 1520bfb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.metviewer
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ WORKDIR /tmp
RUN wget http://download.osgeo.org/geos/geos-3.7.2.tar.bz2
RUN tar xjf geos-3.7.2.tar.bz2
WORKDIR /tmp/geos-3.7.2
RUN ./configure --enable-php; make clean ; make
RUN ./configure ; make clean ; make
RUN make install
RUN ldconfig
WORKDIR /tmp
Expand Down

0 comments on commit 1520bfb

Please sign in to comment.