Skip to content

Commit 61e5ffa

Browse files
cailmdaleyclaude
andcommitted
fix: also install proj-bin for skyproj build
skyproj setup.py looks for the proj executable on PATH (or PROJ_DIR). libproj-dev only provides headers; proj-bin provides the binary. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 789333e commit 61e5ffa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ RUN apt-get update -y --quiet --fix-missing && \
3838
openmpi-bin \
3939
libopenmpi-dev \
4040
libproj-dev \
41+
proj-bin \
4142
pkg-config \
4243
protobuf-compiler \
4344
psfex=3.21.1-1 \

0 commit comments

Comments
 (0)