Skip to content

Commit e8ae3d7

Browse files
Oups, forgot the apk add
1 parent b52de75 commit e8ae3d7

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ COPY . .
1212
RUN CGO_ENABLED=0 go build -o /bin/aws-sigv4-proxy .
1313

1414
FROM alpine:3.23
15+
RUN apk add --no-cache 'zlib>=1.3.2-r0'
1516

1617
COPY --from=build /etc/ssl/certs/ca-bundle.crt /etc/ssl/certs/
1718
COPY --from=build /bin/aws-sigv4-proxy /aws-sigv4-proxy

0 commit comments

Comments
 (0)