Skip to content

Commit d4faa41

Browse files
phrontizoclaude
andcommitted
Add third-party licence attribution and include licence files in Docker image
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 964bb9b commit d4faa41

5 files changed

Lines changed: 4615 additions & 0 deletions

File tree

Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -85,6 +85,10 @@ COPY --from=builder /etc/ssl/certs/ca-certificates.crt /etc/ssl/certs/
8585
# Copy the statically linked binary
8686
COPY --from=builder /build/squiddish /squiddish
8787

88+
# Copy license files
89+
COPY LICENCE /LICENCE
90+
COPY THIRD-PARTY-LICENSES /THIRD-PARTY-LICENSES
91+
8892
# Environment variables with defaults
8993
# Size units: B, KB, MB, GB, TB (e.g., "1GB", "512MB", "2.5GB")
9094
# Time units: s, m, h, d (e.g., "5m", "2h", "7d")
File renamed without changes.

0 commit comments

Comments
 (0)