Skip to content

Commit d9f723a

Browse files
steinbeckclaude
andcommitted
fix: add zlib-static to Dockerfile for static linking
Static linking with -lz requires the zlib-static Alpine package in addition to zlib-dev. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent 0c2f414 commit d9f723a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM alpine:3.21 AS builder
22

3-
RUN apk add --no-cache build-base curl zlib-dev
3+
RUN apk add --no-cache build-base curl zlib-dev zlib-static
44

55
WORKDIR /build
66

0 commit comments

Comments
 (0)