Skip to content

Commit 8b59e95

Browse files
cailmdaleyclaude
andauthored
fix: add libproj-dev to unblock Docker build (#707)
* fix: add libproj-dev to unblock skyproj build skyproj 2.3.0 (pulled transitively via cs_util==0.1.9) now requires the PROJ C library at build time, breaking the develop Docker build since 2026-03-31. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> * 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> --------- Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
1 parent 7f81aab commit 8b59e95

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ RUN apt-get update -y --quiet --fix-missing && \
3737
make \
3838
openmpi-bin \
3939
libopenmpi-dev \
40+
libproj-dev \
41+
proj-bin \
4042
pkg-config \
4143
protobuf-compiler \
4244
psfex=3.21.1-1 \

0 commit comments

Comments
 (0)