Skip to content

Commit 32504eb

Browse files
dotconfig404claude
andcommitted
fix: missing openssl in alpine
Signed-off-by: dotconfig404 <dotconfig@krutt.org> Co-authored-by: Claude Fable 5 <noreply@anthropic.com>
1 parent e021f31 commit 32504eb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Containerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ FROM alpine:3.24 AS base
44
ARG JDK_VERSION=21
55
ARG PQL_VERSION=17
66
RUN apk update && apk upgrade \
7-
&& apk add --no-cache openjdk${JDK_VERSION}-jre-headless bash tar xz postgresql${PQL_VERSION}-client \
7+
&& apk add --no-cache openjdk${JDK_VERSION}-jre-headless bash tar xz postgresql${PQL_VERSION}-client openssl \
88
&& rm -rf /var/cache/apk/*
99

1010
################################################################################

0 commit comments

Comments
 (0)