Skip to content

Commit

Permalink
Fix libproj so link
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunner committed Nov 15, 2023
1 parent 560a513 commit d53a400
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ RUN --mount=type=cache,target=/var/cache,sharing=locked \
libfreetype6-dev libfcgi-dev libcurl4-gnutls-dev libcairo2-dev libxml2-dev \
libxslt1-dev python3-dev php-dev libexempi-dev lcov lftp ninja-build git curl \
clang libprotobuf-c-dev protobuf-c-compiler libharfbuzz-dev libcairo2-dev librsvg2-dev \
&& ln -s /usr/local/lib/libproj.so.* /usr/local/lib/libproj.so
&& ln -s /usr/local/lib/libproj.so.25 /usr/local/lib/libproj.so

ARG MAPSERVER_BRANCH
ARG MAPSERVER_REPO=https://github.com/mapserver/mapserver
Expand Down

0 comments on commit d53a400

Please sign in to comment.