Skip to content

Commit cb69931

Browse files
committed
fix: missing openssl in alpine
1 parent e021f31 commit cb69931

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)