You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CLAUDE.md
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co
7
7
Builds a minimal Alpine Linux Docker image (`photostructure/base-tools`) that compiles and bundles native dependencies for PhotoStructure for Docker:
8
8
9
9
-**LibRaw** (image processing for raw camera files) — compiled from source, installed to `/opt/photostructure/tools`
10
-
-**SQLite 3** — compiled without readline, stripped binary installed to `/opt/photostructure/tools/bin`
10
+
-**SQLite 3** — compiled without readline, stripped binary installed to `/opt/photostructure/tools`
11
11
12
12
The final image is published to Docker Hub (`photostructure/base-tools`) and GHCR (`ghcr.io/photostructure/base-tools`) for both `linux/amd64` and `linux/arm64`.
13
13
@@ -40,10 +40,10 @@ The Dockerfile uses a single build stage (`AS builder`) on `node:24-alpine`:
0 commit comments